Re: URL FILE DYNAMIC

2007-10-28 Thread Camm29
That's great thanks ! - Original Message - From: "Sarah Reichelt" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Sunday, October 28, 2007 8:38 PM Subject: Re: URL FILE DYNAMIC > > Is it possible to change the URL filename dynamically

Re: URL FILE DYNAMIC

2007-10-28 Thread Sarah Reichelt
> 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 toget

Re: url file dynamic

2007-10-28 Thread Mark Schonewille
Not sure what you mean, but maybe you want put "filename.txt" into myFile put url ("file:" & myFile) The brackets are required. 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

URL FILE DYNAMIC

2007-10-28 Thread Camm29
Dear all , Is it possible to change the URL filename dynamically ? put URL "file:filename.txt" Best Regards Camm ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscripti