ibec_GetCmdLine
Syntax
ibec_GetCmdLine();
Example
execute ibeblock
as
begin
MyVar = ibec_GetCmdLine();
if (MyVar is not null) then
ibec_ShowMessage(MyVar);
end
<< ibec_FreeGlobalVar | IBEBlock | ibec_GetGlobalVar >>
Syntax
ibec_GetCmdLine();
Example
execute ibeblock
as
begin
MyVar = ibec_GetCmdLine();
if (MyVar is not null) then
ibec_ShowMessage(MyVar);
end
<< ibec_FreeGlobalVar | IBEBlock | ibec_GetGlobalVar >>
Follow IBExpertise on:
COPYRIGHT © 2002-2026
IBExpert Ltd. All rights reserved.
legal - website privacy policy
© Copyright IBExpert Ltd 2002-2026
Page last modified on June 03, 2021, at 01:09 PM MEZ