Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
i dont understand that following code is not running...
boolean1 = True boolean2 = False If Typ = "left" Then Typ_1 = boolean1 ElseIf Typ Then Typ_1 = boolean2 End If If Typ = "right" Then Typ_2 = boolean1 ElseIf Typ Then Typ_2 = boolean2 End If If Typ = "middle" Then Typ_3 = boolean1 ElseIf Typ Then Typ_3 = boolean2 End If
If i Change the code from text to number (1, 2, 3) it will run. What is wrong?
Thanks in advance.
Regards
Martin
Solved! Go to Solution.