Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have an Assembly document in which i use a userParameter in my iLogic code.
I reference it by using Parameter("Vermogen") so it doesn't automatically trigger the rule on a change of value.
If Parameter("Vermogen") = 0.55 kW 'Also tried "0,55" and "0,55 kW"
'do something
else
End if
My code worked before but for some reason it stopped working now, i try figuring out what's wrong by making a rule containing; MsgBox(Parameter("Vermogen")) and it shows the following when selecting 0,55;
IIt shows some random number in the messagebox, what am i missing?
Thanks
Solved! Go to Solution.