Problems with SaveString
Monkey Forums/Monkey Programming/Problems with SaveString| 
 | ||
| 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? | 
| 
 | ||
| This command works only for: #if TARGET="stdcpp" Or TARGET="glfw" for all others you have to use only: LoadString, SaveState, LoadState |