Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm working on a part that is being controlled by a form.
In this form I can choose between type 1 and type 2.
Type 1 has a given width dimensjons (from a list)
Type 2 can be any width you want.
What I would like to do now is using the type (1 or 2) to toggle between a multi value list and a normal parameter.
It could happen that I would jump back from 1 to 2 or from 2 to 1.
I was thinking like this:
if type = "1" then
MultiValue.SetList ("width", 600,700)
else if type = "2" then
"" and here I don't know. I would like to "remove" the list and just have the current value
End if
Any suggestions are welcome.
Thanks Toon
MultiValue.SetList("trinn_brede", 600, 700)
Solved! Go to Solution.