Jon-

Sunday, June 5, 2005, 8:52:55 AM, Alex wrote:

AT>    put URL ("file:" & fName) into f

AT> "URL" acts at higher precedence than "&" does !?

Exactly. You need to tell the URL operator where to stop parsing.
What's happening without the parentheses is

put URL "file:" into f -- which is empty
put fName after f -- there's your filename

-- 
-Mark Wieder
 [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to