October 26, 200520 yr If the code below checks two conditions and, if true, allows the element to become active,(L:VarA, number) 1 > (L:VarB, number) 10 < &&......code....Is it also possible to check three conditions in a similar way?Glenn
October 26, 200520 yr Author Glenn,You can make a chain of && after the last conditional.For example:a 1 > b 2 < c 4 > etc.. && && && etc..Tom
Create an account or sign in to comment