<< SL_ExtractMacro | SL_EndCmd >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_MacroLength
NAME
SL_MacroLength -- returns the amount of memory needed to hold an extracted macro.
SYNOPSIS
len = SL_MacroLength(macrohandle);
D0 A0
SLMSIZE SL_MacroLength(MACROHANDLE);
FUNCTION
Calculates how much memory is needed to hold the macro when it is
extracted into a buffer as ASCII via SL_ExtractMacro.
INPUTS
macrohandle - the handle of the macro to calculate the length of.
RESULTS
len - the number of bytes needed to hold the extracted macro.
SEE ALSO
SL_CreateMacro, SL_FreeMacro, SL_PlayMacro, SL_SaveMacro, SL_ExtractMacro.
SL_MacroLength Command Section By Type url:SL_MacroLength
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_MacroLength | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_ExtractMacro | SL_EndCmd >> |
Top: Documentation Library | Up: SoftLogik App Library API |