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

SaSetCurrentPtr

Sets the new position in the template "play" stream. You must also call SaSetSkipOver

to take effect.

Synopsis

#include "SaRnHtml.h"
void SaSetCurrentPtr SUTPROTO((char* ptr));

Arguments

ptr
Pointer to the new position in the template "play" stream.

Return Values

None.

Description

Sets the new position in the template "play" stream. You must also call SaSetSkipOver to take effect.

Example

char* str;
char* str2;

str = SaGetCurrentPtr();
/*** do some processing ***/
SaSetCurrentPtr(str2);
SaSetSkipOver();

See Also



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

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.