[Top] [Prev] [Next] [Bottom]
[Contents]
SaGetStateVar
Gets the value of the named state variable for the Sapphire applications state.
#include "SaRnHtml.h"
char XKEXPORT *SaGetStateVar SUTPROTO((char *name));
Arguments
- name
- String representing the state variables name.
Return Values
Returns a string representing the state variables value.
Gets the value of the named state variable for the Sapphire applications state. Do not free or modify the returned string.
char* str;
str = SaGetStateVar("thisvar");
if(str != NULL)
{
/** examine value **/
}
See Also
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.