Table of Content
HAL Forum
VOID SString (
long number,string text)
Description:
assigns certain string to a certain number , used together with USetStr
Parameters:
number number of the string
text string itself
event startup
begin
   SetLangMode(LangEnglish,"ENG",0);

   // for customizations use range: 31000-32000 and since 5.4 version : 1 000 000 -1 999 999
   SString(31000,"Rate Code does not exist");
   SString(31001,"Object with Object Type BUSUN required");
   SString(31002,"Object with Object Type CTYPE required");
   return;
end;

Related topics:
««