Table of Content
HAL Forum
procedure EndSet (
)
Description:
Will end the value set definition that was started with SetBegin.
event startup
begin

  SetLangMode(LangEnglish,"ENG",0);

  SetBegin(432);
  SetText(0,"No");
  SetText(1,"Yes");
  EndSet;

  return;
end;
Related topics:
««