meta data for this page
  •  

ibec_GetCmdLine

Syntax

ibec_GetCmdLine();

Example

execute ibeblock
as
begin
  MyVar = ibec_GetCmdLine();

  if (MyVar is not null) then
    ibec_ShowMessage(MyVar);
end