I have created an array for a drop down product choice which is populated by UDV's.
The layout for the iterating list is :
'UDVname',
The rest of the array function sits at the ListStart and ListEnd fields.
This works fine apart from the last value should not have the "," before the close of the array. I have tried all manner of block if's around the "," eg
ListIndex < ListCount all to no avail
The above worked in v9 but ugrading to v11 causes the final "," to be added. I know Norman had issues with ListIndex & ListCount previously and wondered if something has crept into v11.
Anyways - is there a way to add the "," unless the iteration is the last in the array?
The layout for the iterating list is :
'UDVname',
The rest of the array function sits at the ListStart and ListEnd fields.
This works fine apart from the last value should not have the "," before the close of the array. I have tried all manner of block if's around the "," eg
ListIndex < ListCount all to no avail
The above worked in v9 but ugrading to v11 causes the final "," to be added. I know Norman had issues with ListIndex & ListCount previously and wondered if something has crept into v11.
Anyways - is there a way to add the "," unless the iteration is the last in the array?
Comment