Table of Content
HAL Forum
procedure Import (
String Import Register,String NewIn,String NewIn,String modNew)
Description:
Declare a import label into a module
Parameters:
Import Register visible name in a window
NewIn -
NewIn routine pointing to
modNew wich module you'll find the import
event startup
begin
  SetLangMode(LangSpanish,"ESP",0);

  Import("Import  Register",NewIn,NewIn,modNew);
  
  return;
end;
Related topics:
««