Capture the Trig Function from an Option Menu Button

Dick Kriesel dick.kriesel at mail.com
Mon Dec 10 13:31:39 EST 2012


On Dec 10, 2012, at 8:59 AM, Jim Hurley wrote:

>       get   "put the " & tTrigFunction  & " of " & tAngle &  " into y " 
>      do it
>  

Hi, Jim and Roger.

If you like more concise code, you can code the above like this:
    put value( tTrigFunction & "(" & tAngle & ")" ) into y

-- Dick




More information about the use-livecode mailing list