Tech Tip: Remove all elements from multiple arrays
PRODUCT: 4D | VERSION: 2004 | PLATFORM: Mac & Win
Published On: May 11, 2005
Versions: 2003 and 2004
Here is a utility method that you can use to remove all elements from multiple arrays.
` Method: ClearArrays
Example: ClearArrays(->array1;->array2;->array3)