Subject: Problem with ListTag re ForAll with list held in a Field
The values in the field are not a List (as defined by LotusScript), they are just multi-values
You will need to set a NotesItem, do a Forall x in item.Values and then within the forall, do some string manipulation to get the “01” part separate from the “John Smith” part