RemoveBlankItemsFromArray - Solution Sites Routine
This sub copies all non-empty strings from the array specified by the arrItems parameter into the array specified by the arrNew parameter, discarding any previous contents of the latter.
Definition
Sub RemoveBlankItemsFromArray(
byRef arrItems,
byRef arrNew)
Defined in File
Routines Called
None.
Called By
Copyright © 2005 Microsoft Corporation.
All rights reserved.