RemoveBlankListMembers |
Top Previous Next |
×4.2Ø
Syntax - RemoveBlankListMembers <List Name> Where: <List Name> is the user defined name that is assigned to the list.
Description: This command is used to remove any record (list member) from a list that does not have any text contained in it. If any cell within the record contains any text, the record will not be removed. For the purposes of this command, white space is not considered text, and a record that is empty or contains only white space will be removed.
Sample: The following statement will remove all blank records from the list called ExcelData. RemoveBlankListMembers ExcelData
See Also:
|