Another Knotty Question

Richmond Mathewson geradamas at yahoo.com
Wed Jan 28 14:23:35 EST 2009


Made a main stack "MAINST" and a substack "SUBB",

made a field on the substack "fTEXT" containing the text
"cheese and onions",

made an empty field on the mainstack "fTEXT"

made a button on the mainstack containing this script:

on mouseUp
  put fld "fTEXT" of stack "SUBB" into fld "fTEXT" of stack "MAINST"
end mouseUp

worked like a charm (err, cannot see why it wouldn't).

You can then extract the data from the field on the mainstack
and process it.


sincerely, Richmond Mathewson.
____________________________________________________________

A Thorn in the flesh is better than a failed Systems Development Life Cycle.
____________________________________________________________


      



More information about the use-livecode mailing list