0 Members and 8 Guests are viewing this topic.
Quote from: NinjaKnight on March 03, 2011, 11:45:05 pmHow do I create a program with GetCalc(? I can create appvars just fine, but trying to create a program crashes. (It really just freezes, actually.)Don't you get the prgm token from the catalog, then type the name of the desired program?
How do I create a program with GetCalc(? I can create appvars just fine, but trying to create a program crashes. (It really just freezes, actually.)
I don't think that there are any memory leaks, so long as you make sure you never do anything like goto from a subroutine to your main code.If you use 'goto' to jump to another subroutine, then as long as you return, there won't be any damage. As a general rule of thumb, you have to match each 'sub(' with a 'Return'.Can somebody else confirm?
ooh!Is it customizable?
In other news, Frey continues kicking unprecedented levels of ass.