FreeARexxList System Command

FREEAREXXLIST Dialog Box Commands

Unallocates an allocated list. You should always do this when you are finished with a list or when the script is exiting, to prevent loss of memory.

freearexxlist

listhandle/i The list to unallocate.

Examples:

freearexxlist iTestList

 

FreeARexxList  Command Definition  url:PGScmd/freearexxlist
  created:2006-03-30 14:17:37   last updated:2006-03-30 14:17:37
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For FreeARexxList
Dan Kilroy wrote...2006-05-04 16:44:11

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

FreeARexxList (list)

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For FreeARexxList