0 Members and 2 Guests are viewing this topic.
Yes with a For loop.
---------------------------------------------------------------------------------------------New(PTR,OFS,SIZ) Arguments: PTR = Pointer to start of program/appvar (from getcalc). OFS = Offset in program to add memory SIZ = Size of memory to insert Returns: 0 if it failed, non-zero if it succeeded. Description: Attempts to inflate the size of a program/appvar---------------------------------------------------------------------------------------------Delete(PTR,OFS,SIZ) Arguments: PTR = Pointer to start of program/appvar (from getcalc). OFS = Offset in program to start deleting memory SIZ = Size of memory to delete Returns: 0 if it failed, non-zero if it succeeded. Description: Attempts to shrink the size of a program/appvar---------------------------------------------------------------------------------------------