Results 1551 - 1560 of 1633.

SL_FreeMacroArray updated:2008-03-01 23:36:33
NAME SL_FreeMacroArray -- frees the storage allocated for the macro array. SYNOPSIS SL_FreeMacroArray(mahandle); A0 void SL_FreeMacroArray(MAHANDLE); FUNCTION INPUTS RESULTS SEE ALSO SL_BeginMacroArray, SL_EndMacroArray, SL_FreeMacroArray, SL_AddMacroArrayArray, SL_AddMacroArrayCOORD, SL_AddMacroArrayDec, SL_AddMacroArrayInt, SL_AddMacroArrayStr,...

SL_AddMacroArrayStr updated:2008-03-01 23:36:33
NAME SL_AddMacroArrayStr -- adds the given string to the array under the given index name. SYNOPSIS success = SL_AddMacroArrayInt(mahandle, indexname, string); D0 A0A1 A2 SLFLAG SL_AddMacroArrayStr(MAHANDLE, SLCHAR *, SLCHAR *); FUNCTION if the index name is NULL, then the name is made to be the position in the array ("0", "1", etc)....

SL_AddMacroArrayDec updated:2008-03-01 23:36:33
NAME SL_AddMacroArrayDec -- adds the given num to the array under the given index name. SYNOPSIS success = SL_AddMacroArrayDec(mahandle, indexname, num, range); D0 A0A1 D0 D1 SLFLAG SL_AddMacroArrayDec(MAHANDLE, SLCHAR *, LONG, UWORD); FUNCTION if the index name is NULL, then the name is made to be the position in the array ("0",...

SL_SetMacroVarArray updated:2008-03-01 23:36:33
NAME SL_SetMacroVarArray -- sets an array variable in a macro. SYNOPSIS success = SL_SetMacroVarArray(apphandle, varname, mahandle); D0 A0 A1 A2 SLFLAG SetMAcroVarArray(APPHANDLE, SLCHAR *, MAHANDLE); FUNCTION INPUTS RESULTS SEE ALSO SL_BeginMacroArray, SL_EndMacroArray, SL_FreeMacroArray, SL_AddMacroArrayArray, SL_AddMacroArrayCOORD,...

SL_SetMacroVarStr updated:2008-03-01 23:36:33
NAME SL_SetMacroVarStr -- sets a string variable in a macro. SYNOPSIS success = SL_SetMacroVarStr(apphandle, varname, string); D0 A0 A1A2 SLFLAG SL_SetMacroVarStr(APPHANDLE, SLCHAR *, SLCHAR *); FUNCTION INPUTS RESULTS SEE ALSO SL_BeginMacroArray, SL_EndMacroArray, SL_FreeMacroArray, SL_AddMacroArrayArray, SL_AddMacroArrayCOORD, SL_AddMacroArrayDec,...

SL_SetMacroVarDec updated:2008-03-01 23:36:33
NAME SL_SetMacroVarDec -- sets an floating point variable in a macro. SYNOPSIS success = SL_SetMacroVarDec(apphandle, varname, num, range); D0 A0 A1D0 D1 SLFLAG SL_SetMacroVarDec(APPHANDLE, SLCHAR *, LONG, UWORD); FUNCTION INPUTS RESULTS SEE ALSO SL_BeginMacroArray, SL_EndMacroArray, SL_FreeMacroArray, SL_AddMacroArrayArray, SL_AddMacroArrayCOORD,...

SL_MakeNativeWord updated:2008-03-01 23:36:33
NAME SL_MakeNativeWord -- converts a WORD in the specified byte order to a native WORD. SYNOPSIS nword = SL_MakeNativeWord(fword, byteorder); D0 D0 D1 WORD SL_MakeNativeWord(WORD, UWORD); FUNCTION Turns the foreign format word into a native format word. The format of the foreign word is specified by the byteorder argument. INPUTS flong - the foreign format...

SL_MakeForeignWord updated:2008-03-01 23:36:33
NAME SL_MakeForeignWord -- converts a native WORD to the specified byte order. SYNOPSIS fword = SL_MakeForeignWord(nword, byteorder) D0 D0 D1 WORD SL_MakeForeignWord(WORD, UWORD); FUNCTION Turns a native format word into a foreign format word. The format of the foreign word is specified by the byteorder argument. INPUTS nword - the native format word to...

SL_GetFileSizeFH updated:2008-03-01 23:36:34
NAME SL_GetFileSizeFH -- gets the size of a opened file via it's SLFHANDLE. SYNOPSIS size = SL_GetFileSizeFH(fhandle); D0A0 SLFSIZE SL_GetFileSizeFH(SLFHANDLE); FUNCTION Returns the size of the file specified by a file handle. If the file is opend for writing then the length of the file is the current end of the file. INPUTS fhandle - a file handle as...

SL_GetFileName updated:2008-03-01 23:36:34
NAME SL_GetFileName -- gets the file name part of a path. SYNOPSIS buff = SL_GetFileName(path, buff, bufflen); D0 A0 A1 D0 SLCHAR *SL_GetFileName(SLCHAR *, SLCHAR *, UWORD); FUNCTION INPUTS RESULTS SEE ALSO SL_BeginExamine, SL_CloseFile, SL_DeleteFile, SL_DoesFileExist, SL_EndExamine, SL_EndFileNotify, SL_ExamineFirstFile, SL_ExamineNextFile,...

Previous 1 11 21 31 41 51 61 71 81 91 101 111 121 131 141 151 152 153 154 155 156 157 158 159 160 161 162 163 164 Next

    PageStream User Documentation
    PageStream Guide
    PageStream Scripting Documentation
    BME User Documentation
    BME Scripting Documentation
    PageLiner User Documentation
    PageLiner Scripting Documentation
    HHV User Documentation
    Developer Documentation
    PageStream Web Site
    PageStream Web Site Documentation
    PageStream Document Gallery
    PageStream Script Gallery