URL FILE DYNAMIC

Camm29 Camm29 at tesco.net
Sun Oct 28 17:09:03 EDT 2007


That's great thanks !

----- Original Message -----
From: "Sarah Reichelt" <sarah.reichelt at gmail.com>
To: "How to use Revolution" <use-revolution at lists.runrev.com>
Sent: Sunday, October 28, 2007 8:38 PM
Subject: Re: URL FILE DYNAMIC


> > Is it possible to change the URL filename dynamically ?
> >
> > put URL "file:filename.txt"
>
>
> Certainly. Try something like this:
>
> 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.
>
> HTH,
> Sarah
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
> --
> Internal Virus Database is out-of-date.
> Checked by AVG Free Edition.
> Version: 7.5.472 / Virus Database: 269.15.3/1082 - Release Date:
20/10/2007 14:59
>




More information about the use-livecode mailing list