<< SL_AddCmdInt | SL_SetCmdResultStr >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_ExecuteCmd
NAME
SL_ExecuteCmd -- "executes" a command.
SYNOPSIS
rc = SL_ExecuteCmd(apphandle, cmdhandle);
D0 A0 A1
WORD SL_ExecuteCmd(APPHANDLE, CMDHANDLE);
FUNCTION
Finds the command in the applications macro table and calls it's
function returing the result.
INPUTS
apphandle - as returned by SL_AppInit.
cmdhandle - as returned by SL_BeginCmd.
RESULTS
rc - the return value from the macro's function.
SEE ALSO
SL_BeginCmd, SL_AddCmdStr, [[SL_AddCmdInt".
SL_ExecuteCmd Command Section By Type url:SL_ExecuteCmd
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_ExecuteCmd | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_AddCmdInt | SL_SetCmdResultStr >> |
Top: Documentation Library | Up: SoftLogik App Library API |