Yes , I replied some days ago !
Not sure how this repeat request came from ?

Regards

---- Mark Schonewille <[EMAIL PROTECTED]> wrote: 
> 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 <[EMAIL PROTECTED]>  
> <[EMAIL PROTECTED]> het volgende geschreven:
> 
> > Dear all ,
> >
> > Is it possible to change the URL filename dynamically ?
> >
> > put URL "file:filename.txt"
> >
> >
> > Best Regards
> > Camm
> 
> 
> _______________________________________________
> use-revolution mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to