MAINSAIL Language Manual, Section 42.8

previous   next   top   contents   index   framed top   this page unframed


42.8. $newScratchChars

Figure 42–11. $newScratchChars (GENERIC)
CHARADR
PROCEDURE   $newScratchChars
                        (
INTEGER chars);

CHARADR
PROCEDURE   $newScratchChars
                        (
LONG INTEGER chars);

$newScratchChars allocates enough scratch memory to contain chars characters. The contents are initially clear. An error occurs if the storage cannot be allocated.

scratchDispose is used to dispose of scratch space.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 42.8