Problems with SaveString

Monkey Forums/Monkey Programming/Problems with SaveString

Leonid(Posted 2011) [#1]
Why does the function SaveString(str$,path$) not work?

I get a message "Identifier "SetString" not found".
I imported "os" module on the top of my code. OS module contains declaration of this function, but not its realization.

Is it my mistake or mistake of monkey developers?


AndyGFX(Posted 2011) [#2]
This command works only for:

#if TARGET="stdcpp" Or TARGET="glfw"

for all others you have to use only:

LoadString, SaveState, LoadState