[Pas2js] is it possible to use logical operators in if then condition block

Jean SUZINEAU Jean.Suzineau at wanadoo.fr
Sun Sep 20 02:00:41 CEST 2020


Just a guess but you need parenthesis in some cases

" if text="truc" then " is ok

but combined with "and" you need parenthesis:

if (text="truc") and  (tric > troc)  then



More information about the Pas2js mailing list