[Top] [Prev] [Next] [Bottom] [Contents]

SaGetStateVar

Gets the value of the named state variable for the Sapphire applications state.

Synopsis

#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.

Description

Gets the value of the named state variable for the Sapphire applications state. Do not free or modify the returned string.

Example

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.