<< SL_FreeMacroArray | SL_AddMacroArrayStr >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_AddMacroArrayInt
NAME
SL_AddMacroArrayInt -- adds the given number to the array under the given index name.
SYNOPSIS
success = SL_AddMacroArrayInt(mahandle, indexname, number);
D0 A0A1 D0
SLFLAG SL_AddMacroArrayInt(MAHANDLE, SLCHAR *, LONG);
FUNCTION
if the index name is NULL, then the name is made to be the position in the array
("0", "1", etc).
INPUTS
RESULTS
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_AddMacroArrayInt Command Section By Type url:SL_AddMacroArrayInt
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_AddMacroArrayInt | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_FreeMacroArray | SL_AddMacroArrayStr >> |
Top: Documentation Library | Up: SoftLogik App Library API |