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
jump to: Search / User Tools / Main Content / Change Content Width
IBExpert
ibec_GetCmdLine();
execute ibeblock as begin MyVar = ibec_GetCmdLine(); if (MyVar is not null) then ibec_ShowMessage(MyVar); end