I have a datatype which is just a drop down list which the client can add to.
What I need to do is retrieve all those items from that datatype and build a unordered list of the items.
I have used the GetPreValues and returned the data but there doesn't seem any way to split them and place into seperate list items as they are not sepereated by comma, tab etc.
Splitting a GetPreValue result into list items
Hi All,
I have a datatype which is just a drop down list which the client can add to.
What I need to do is retrieve all those items from that datatype and build a unordered list of the items.
I have used the GetPreValues and returned the data but there doesn't seem any way to split them and place into seperate list items as they are not sepereated by comma, tab etc.
Any help greatly appreciated
Tom
Solved it!!
Moment of holiday madness!!
This is what I did
declared the GetPreValue variable:
For each loop of each item
is working on a reply...