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.
____________________________________________________________



_______________________________________________
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

Reply via email to