<< SL_AddMacroArrayDec | SL_SetMacroVarArray >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_AddMacroArrayArray
NAME
SL_AddMacroArrayArray -- adds the specified array to the array under the given index name.
SYNOPSIS
success = SL_AddMacroArrayArray(mahandle, indexname, mahandle2);
D0 A0A1 A2
SLFLAG SL_AddMacroArrayDec(MAHANDLE, SLCHAR *, MAHANDLE);
FUNCTION
if the index name is NULL, then the name is made to be the position in the array
("0", "1", etc).
INPUTS
mahandle - the array to add the array to.
indexname - the name of the index to add the array as.
mahandle2 - the array to add.
RESULTS
TRUE - if the array was successfuly added.
FALSE - if the array could not be added.
SEE ALSO
SL_BeginMacroArray, SL_EndMacroArray, SL_FreeMacroArray, SL_AddMacroArrayArray, SL_AddMacroArrayCOORD, SL_AddMacroArrayDec, SL_AddMacroArrayInt, SL_AddMacroArrayStr, SL_SetMacroVarArray, SL_SetMacroVarCOORD, SL_SetMacroVarDec, SL_SetMacroVarInt, SL_SetMacroVarStr.
SL_AddMacroArrayArray Command Section By Type url:SL_AddMacroArrayArray
created:2008-03-01 23:36:33 last updated:2008-03-01 23:36:33
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_AddMacroArrayArray | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_AddMacroArrayDec | SL_SetMacroVarArray >> |
Top: Documentation Library | Up: SoftLogik App Library API |