0 Members and 2 Guests are viewing this topic.
How do I save a variable to a var out of my program. Say str1?And how can I do the opposite too?
Quote from: Stefan Bauwens on December 01, 2011, 05:31:26 amHow do I save a variable to a var out of my program. Say str1?And how can I do the opposite too?Do you mean take the data at a pointer and put in an external var?
Quote from: mrmprog on December 01, 2011, 08:13:48 pmQuote from: Stefan Bauwens on December 01, 2011, 05:31:26 amHow do I save a variable to a var out of my program. Say str1?And how can I do the opposite too?Do you mean take the data at a pointer and put in an external var?I'm already helped by Buttsfredskin and JustCause.I just had to use an appvar and stuff. If Epic7 still wants to know he can look in the logs of yesterday. There should be also a link to a pastebin that may explain it.
GetCalc(PTR,SIZE) | Creates an OS variable who's name is pointed to in RAM and makes it Size bytes large. Returns a pointer to the start of data, or zero if there was not enough RAM. Overwrites existing variable, even if it was in archive.