On 1/19/07 7:50 AM, "Chipp Walters" <[EMAIL PROTECTED]> wrote:
> Ding ding. You win the prize.
>
> answer value("foo(" & q(param1) & comma & q(param2) & ")", btn "bar")
But note that if a param contains more than one line, the value function
does not return the expected result. Ding dong.
Try this script for button "PressMe" to see for yourself:
on mouseUp pMouseBtnNum
put "1,000" into param1
put "soldiers" & cr & "coming home" into param2
answer value("foo(" & quote & param1 & quote & comma & \
quote & param2 & quote & ")",btn "bar")
end mouseUp
If you'd like to use the value function with multi-line params, please
consider voting for bug 2904:
Allow 'value' to evaluate expressions containing returns like 'send'
-- Dick
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution