Home |
Search |
Today's Posts |
#7
![]() |
|||
|
|||
![]()
Also check out the CHOOSE function, which allows for 29 or 30 choices, but the
logical test used in the beginning must return an integer which determines which of the choices to return. On Fri, 25 Mar 2005 05:57:03 -0800, "crunchh" wrote: 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 ... |