Writing
Robert Sabo
viper4559 at yahoo.com
Sat Jan 1 12:44:15 EST 2005
Yes that is what I was looking for thanks man!
--- Marian Petrides <mpetrides at earthlink.net> wrote:
> Here's an example of how you would do this as part
> of a button handler,
> assuming the field you wanted the text to appear in
> was named "Field":
>
> on mouseUp
> put "This is a test" into field "Field"
> end mouseUp
>
>
> If you wanted the text to display on a line other
> than the first line
> of the field the statekment would read:
>
> put "This is a test" into line 2 of field "Field"
>
> And, if you wanted the text to display as soon as
> the card is
> displayed, then you would place the put statement
> into an on OpenCard
> handler either at card level or stack level (latter
> if it were to
> appear in this field on every card in the stack).
>
> HTH
>
> Marian
> On Jan 1, 2005, at 12:32 PM, Robert Sabo wrote:
>
>
__________________________________
Do you Yahoo!?
Jazz up your holiday email with celebrity designs. Learn more.
http://celebrity.mail.yahoo.com
More information about the use-livecode
mailing list