Exporting sound from RR? - storing inside Custom Properties

Jeanne A. E. DeVoto revolution at jaedworks.com
Fri Jul 14 15:21:03 EDT 2006


At 10:22 AM -0700 7/14/2006, Richmond Mathewson wrote:
>Um? OK: How does one store something inside a custom property?


For a file, like this:

   answer file "Which file do you want to store?"
   set the myCustomProp of this stack to URL ("file:" & it)

To get it back out:

   ask file "Where do you want to put the file?"
   put the myCustomProp of this stack into URL ("file:" & it)
-- 
jeanne a. e. devoto ~ revolution at jaedworks.com
http://www.jaedworks.com



More information about the use-livecode mailing list