if

Dg's icon

Hi list,

Is there a way to change the content of an if(/then/else) object from a message box.

simple example, my current "if" object is:
if $i1 > 0 then bang

then I want :
if $i1 > 10 then bang

??

geraldg@gmx.de's icon

in your example, a simple $i2 would be enough!
But to change the arguments of the if object, I think there's no way, except doing it via a simple script, wich is deleting te old and adding the new object.
This isn't too complicated.

Gerald

Dg's icon

Yes, I'll do it this way.

> via a simple script