SL_RecordCmd


NAME
SL_RecordCmd -- records a command to the internal macro.

SYNOPSIS
success = SL_RecordCmd(apphandle, cmdhandle);
D0 A0 A1

SLFLAG SL_RecordCmd(APPHANDLE, CMDHANDLE);

FUNCTION
Records the given command to the internal macro of the apphandle.
The command is ended via SL_EndCmd if it has not been ended yet.

INPUTS
apphandle - as returned by SL_AppInitA.
cmdhandle - as returned by SL_BeginCmd.

RESULTS
success - TRUE if the commamd was successfullu added.
FALSE if the command could not be added.

SEE ALSO
SL_ExecuteCmd, SL_BeginCmd, SL_EndCmd, SL_AddCmdStr, SL_AddCmdInt

 

SL_RecordCmd  Command Section By Type  url:SL_RecordCmd
  created:2008-03-01 23:36:28   last updated:2008-03-01 23:36:28
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SL_RecordCmd
There are no user contributed comments for this page.