Thread: HiSoft basic 2
View Single Post
Old 17 March 2018, 22:04   #2
Dan
Registered User
 
Dan's Avatar
 
Join Date: Nov 2004
Location: Germany
Posts: 629
Can you write the code ? Maybe we can split it into multiple if statements.

for example
Code:
if A=1 and (b=2 or c=3 or d=4 or e=5)
can be split as

Code:
if A=1

if b=2

EndIf

If c=3
Endif
....

EndIf
well its not exactly same as the 1st example, but you can get the idea of how it could work.
Dan is offline  
 
Page generated in 0.06718 seconds with 11 queries