[Implemented] BoolEval() or EvalBool() Command
Posted: Fri Jul 06, 2012 8:58 pm
Implemented as Bool()
Id like to be able to calculate boolean expression outside of "If","While" and similar.
So that the result may be assigned to a variable or given as parameter.
examples:
Id like to be able to calculate boolean expression outside of "If","While" and similar.
So that the result may be assigned to a variable or given as parameter.
examples:
Code: Select all
result1.b = BoolEval( a > b )
result2.b = BoolEval(a$ = b$)