Re: [Gambas-user] Eval Gambas2

2011-01-05 Thread Ron
On 5-1-2011 10:23, Benoît Minisini wrote: >> Hi, >> >> I'm trying to implement some sort of basic scripting with the use of >> Eval() inside my project. >> >> It works for a lot of math, formatting and comparison commands and works >> quite nicely. >> >> But I need the IF THEN to work too. >> >> II

Re: [Gambas-user] Eval Gambas2

2011-01-05 Thread Benoît Minisini
> Hi, > > I'm trying to implement some sort of basic scripting with the use of > Eval() inside my project. > > It works for a lot of math, formatting and comparison commands and works > quite nicely. > > But I need the IF THEN to work too. > > IIf ( Test AS Boolean , TrueExpression , FalseExpre

[Gambas-user] Eval Gambas2

2011-01-05 Thread Ron
Hi, I'm trying to implement some sort of basic scripting with the use of Eval() inside my project. It works for a lot of math, formatting and comparison commands and works quite nicely. But I need the IF THEN to work too. IIf ( Test AS Boolean , TrueExpression , FalseExpression , FalseExpres