Thanks Roger, works beautifullyRogGuay wrote:https://www.dropbox.com/s/wwwrxqehi0173 ... e.zip?dl=0


Thanks Roger, works beautifullyRogGuay wrote:https://www.dropbox.com/s/wwwrxqehi0173 ... e.zip?dl=0
Thanks KlausKlaus wrote:latest version which is 7.02 already.
Yes but it disappears as soon as you start the pendulum.Simon wrote: I see a line in the Pendulum tab???
Code: Select all
if (3 <> 4) then put "not equal"
Code: Select all
if (3 is not 4) then put "not equal"
Code: Select all
if (3 != 4) then put "not equal"