1.1.55. scriba_ResetVariables()

[<<<] [>>>]

Call this function if you want to execute a program object that was already executed but you do not want the global variables to keep their value they had when the last execution of the BASIC code finished.

Global variables in ScriptBasic are guaranteed to be undef before they get any other value and some programs depend on this.

void scriba_ResetVariables(pSbProgram pProgram
);
See also scriba_SetVariable(), scriba_Run(), scriba_NoRun().
[<<<] [>>>]