Message 1 of 3
ilogic menu

Not applicable
03-21-2012
06:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm playing with iLogic and thought as simple making a rule. I have a hole in a large panel which I want to send through a menu. For each code is a different diameter. If I change the parameter then the hole stays the same. Do I missing something?
If sparing = DN100 Then
maat_ØH = 122
ElseIf sparing = DN125 Then
maat_ØH = 152
ElseIf sparing = DN160 Then
maat_ØH = 194
End If