<< SL_AddCmdStr | SL_ExecuteCmd >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_AddCmdInt
NAME
SL_AddCmdInt -- adds a number to a command.
SYNOPSIS
success = SL_AddCmdInt(cmdhandle, number);
D0 A0 D0
SLFLAG SL_AddCmdInt(CMDHANDLE, LONG);
FUNCTION
Will add the number to the command in the appropriate manner
for the underlying macro system.
INPUTS
cmdhandle - as returned by SL_BeginCmd.
number - the number to add to the command.
RESULTS
success - TRUE if the number could be added.
FALSE if could not.
SEE ALSO
SL_AddCmdStr, SL_BeginCmd, SL_FreeCmd, SL_ExecuteCmd
SL_AddCmdInt Command Section By Type url:SL_AddCmdInt
created:2008-03-01 23:36:15 last updated:2008-03-01 23:36:15
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_AddCmdInt | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_AddCmdStr | SL_ExecuteCmd >> |
Top: Documentation Library | Up: SoftLogik App Library API |