<< SL_Beep | SL_GetDate >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_GetString
NAME
SL_GetString -- gets a string from a string table.
SYNOPSIS
string = SL_GetString(apphandle, tableid, strid);
D0 A0 D0 D1
SLCHAR *SL_GetString(APPHANDLE, UWORD, UWORD);
FUNCTION
Returns the specified string from the specified string table.
INPUTS
apphandle - as returned by SL_AppInitA.
tableid - the id of the string table to get the strig from.
strid - the id of the string to retrieve.
RESULTS
string - a pointer to the string.
SEE ALSO
SL_GetIcon.
SL_GetString Command Section By Type url:SL_GetString
created:2008-03-01 23:36:26 last updated:2008-03-01 23:36:26
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_GetString | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_Beep | SL_GetDate >> |
Top: Documentation Library | Up: SoftLogik App Library API |