[Prev] [Next] [Top] [Bottom] [Contents] (102 out of 193)

SaPrintKeyStr

Prints out all stored keyed strings to an HTML stream.

Synopsis

#include "SaRnHtml.h"

int SaPrintKeyStr();

Arguments

None

Return Values

Returns 0.

Description

Prints out all stored keyed strings to an HTML stream. Keyed strings are key-value pairs separated by an equal sign. Each keyed string printed is separated from the next keyed string by 3 underscores. This can be used to hold state for an anchor in a client browser.

Example

SaPrintKeyStr();

See Also


[Prev] [Next] [Top] [Bottom] [Contents] (102 out of 193)