Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a simple multivalue list variable, but when I try to get the data from the list it loops through the first text in the list return each letter in the word. Example: If the first text in the multivalue list variable is "Hello" when looping through the list I get "H' then "e" then "l" ... and it never goes to the second item in the list.
Here is the simple loop right from standard sinppets..
For Each oval in MyVariableHere
MsgBox(oval)
Next
Mike Eck
Master Drafter/ CAD Programmer
Using Inventor 2018
Master Drafter/ CAD Programmer
Using Inventor 2018
Solved! Go to Solution.