ibec_GetCmdLine();
execute ibeblock as begin MyVar = ibec_GetCmdLine(); if (MyVar is not null) then ibec_ShowMessage(MyVar); end