Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to read from a multi-value parameter in the same way as an array. is this possible?
e.g. multi-value parameter called "test" is already populated with values "one", "two", "three"
i want to do something like:
for i = 0 to 2
oText = oText & test(i) & vbrlf
Next
Message box(oText, "Test Parameter Values)
- i want this to output:
one
two
three
Is this possible? (i don't care what order they are in)
Thanks for replies in advance
Solved! Go to Solution.