Dynamic URL File name
Mark Schonewille
m.schonewille at economy-x-talk.com
Wed Oct 31 09:03:15 EDT 2007
Camm,
Yes, it is, as we have confirmed twice now. Isn't this what you need?
28/10/07 I wrote:
put "filename.txt" into myFile
put url ("file:" & myFile)
The brackets are required.
Sarah wrote:
put "My Data File" into tFileName
put URL ("file:" & tFileName & ".txt") into tData
You have to use the brackets, so the string for the file specification
gets put together before the URL command tries to do anything, but
inside the brackets, you can just do the usual string handling.
Best regards,
Mark Schonewille
--
Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz
Quickly extract data from your HyperCard stacks with DIFfersifier.
http://differsifier.economy-x-talk.com
Op 28-okt-2007, om 20:09 heeft <customerservice at easyobdii.com>
<customerservice at easyobdii.com> het volgende geschreven:
> Dear all ,
>
> Is it possible to change the URL filename dynamically ?
>
> put URL "file:filename.txt"
>
>
> Best Regards
> Camm
More information about the use-livecode
mailing list