Stuck with Revlets :-(
Scott Rossi
scott at tactilemedia.com
Wed May 12 17:48:18 EDT 2010
Recently, tkuypers at telenet.be wrote:
> I've been testing some more, but no luck...
> - put
> url("http://www.publishingtools4u.com/placemats4free/templates/templates.xml")
> into fld "Data1" > No result
> - put url("file:" & "/templates/templates.xml") into fld "Data1" > No result
> - put url("file:" & "/wwwroot/placemats4free/templates/templates.xml") into
> fld "Data1" > No result
Ton, a ³URL² is a container, not a function. Try this:
put url
"http://www.publishingtools4u.com/placemats4free/templates/templates.xml"
into fld "Data1"
Regards,
Scott Rossi
Creative Director
Tactile Media, UX Design
More information about the use-livecode
mailing list