Passing Lists II
Björnke von Gierke
bvg at mac.com
Sun Jan 19 08:14:16 EST 2003
OK, ignore my previous mail you found a new bug :)
On Sonntag, Jan 19, 2003, at 18:50 Europe/Zurich, Rob Cozens wrote:
>> I am concerned about the broader implications of sending any list
>> that is input via an ask dialog (or in general?).
>
> Indeed: try this...
>
> on mouseUp
> ask "Enter text inluding a comma."
> if it is empty then exit mouseUp
> put it into theText
> answer "The text is"&&theText
> send "showText"&&theText to me in 20 milliseconds
> end mouseUp
>
> on showText theText
> answer "showText text is"&&theText
> end showText
>
> If I enter "I think, therefore I am.", showText says theText is "I
> think". If I 'put "I think, therefore I am." into theText' instead of
> typing it in an ask dialog, the same error occurs.
>
> Rob Cozens
> CCW, Serendipity Software Company
> http://www.oenolog.com/who.htm
>
> "And I, which was two fooles, do so grow three;
> Who are a little wise, the best fooles bee."
>
> from "The Triple Foole" by John Donne (1572-1631)
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
More information about the use-livecode
mailing list