Table of Content
HAL Forum
procedure Module (
String modulename,String shortname,Integer 730,String modHALEd)
Description:
Link a label with a module itself
Parameters:
modulename Name of Module in Module List
shortname "" - not used
730 
modHALEd Name of the module in HAL
event Startup
begin
  SetLangMode(LangEnglish,"ENG",0);

  Module("HAL Education","",730,modHALEd);

  return;
end;
Related topics:
««