Table of Content
HAL Forum
procedure EndStrSet (
)
Description:
Will end a string definition
event startup
begin

  SetLangMode(LangEnglish,"ENG",0); 
 
  StrSetBegin(86);
  StrSetText(Orders,"Order Entry");
  StrSetText(Invoices,"Invoice Entry");
  StrSetText(Quotes,"Quotation Entry");
  StrSetText(Mail,"Mail and Conferences");
  EndStrSet;

  return;
end;
Related topics:
««