SL_AddCmdStr


NAME
SL_AddCmdStr -- adds a string to a command.

SYNOPSIS
success = SL_AddCmdStr(cmdhandle, string);
D0 A0 A1

SLFLAG SL_AddCmdStr(CMDHANDLE, SLCHAR *);

FUNCTION
Will add the string to the command in the appropriate manner
for the underlying macro system.

INPUTS
cmdhandle - as returned by SL_BeginCmd.
string - the string to add to the command. The string is copied
and does not need to remain around for the life of the
cmdhandle.

RESULTS
success - TRUE if the string could be added.
FALSE if the string could not be added.

SEE ALSO
SL_AddCmdInt, SL_BeginCmd, SL_FreeCmd, SL_ExecuteCmd

 

SL_AddCmdStr  Command Section By Type  url:SL_AddCmdStr
  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_AddCmdStr
There are no user contributed comments for this page.