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

include\std_string_lib.asp

Routines Called

None.

Called By

ShowRefinedSearch

Copyright © 2005 Microsoft Corporation.
All rights reserved.