hello, i'm new on lemur and i have an litle problem with syntaxe for an expression.
i want if is possible: if (x > 10 "or" x < 20) myvar = anything
what is correct syntaxe for this?
sorry for my english and i hope you understand my question
thanks by advance
help syntaxe please!
Re: help syntaxe please!
if (x>10 || x< 20) myvar = anything;
Re: help syntaxe please!
thx rad3d,
strange i've tested this before post here and not work.. my script have certainly an other problem.
strange i've tested this before post here and not work.. my script have certainly an other problem.