View Single Post
  #1   Report Post  
crunchh
 
Posts: n/a
Default how to do more than 7 if

hello I have seen that it is impossible to nest more than 7 if

I tryed to find if there wheere something counter this proble like a switch
case function in other language something like that
swith
case A1<1 do A2=3
case A1<2 do A2=8
case A1<4 do A2=28
....