Solved
Forum Discussion
tristaanogre
7 years agoEsteemed Contributor
As noted, wItemList is a list with a separator character, most likely a CR character. So, if you want to compare the two lists, you'll need to process wItemList to format it in the same formate as the Excel sheet... OR... format your excel sheet to match what is in wItemList. You can use aqString.GetListLength, aqString.SeparatorCharacter, aqString.GetListItem, etc., to process the string of data in wItemList.