If Statement/Operator Question

Warren Kuhl warrenkuhl at gmail.com
Thu Jul 23 09:31:56 EDT 2009


Craig,

Thanks....that does make sense.  I will give it a try.  Thanks for your
help!

Warren


On 7/23/09, DunbarX at aol.com <DunbarX at aol.com> wrote:
>
> You likely have to evaluate before the parser will make this work for you:
>
> if you write:
>
> put "+" into tOperator
> put 5 && tOperator && 6
>
> you will get "5 + 6"
>
> but if you write:
>
> put "+" into tOperator
> do "put 5" && tOperator && "6"
>
> you get 11
>
> Craig Newman
>
>
> **************
> Dell Deals: Treat yourself to a sweet deal on
> popular laptops!
> (
> http://pr.atwola.com/promoclk/100126575x1223100673x1201716527/aol?redir=http:%2F%2Faltfarm.mediaplex.com%2Fad%2Fck%2F12309%2D81939%2D1629%
> 2D7)
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list