SL_CreateMacro


NAME
SL_CreateMacro -- creates a macro from a string.

SYNOPSIS
macrohandle = SL_CreateMacro(apphandle, buffer);
D0 A0 A1

MACROHANDLE SL_CreateMacro(APPHANDLE, SLCHAR *);

FUNCTION
Creates a macro handle from the specified buffer.

INPUTS
apphandle - as returned by SL_AppInitA.
buffer - the buffer to parse into a macro.

RESULTS
macrohandle - if NULL then an error occured and the macro could not
be created. Otherwise a macro was created.

SEE ALSO
SL_FreeMacro, SL_PlayMacro, SL_SaveMacro, SL_ExtractMacro, SL_MacroLength.

 

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