Nicolas-

Monday, June 13, 2005, 10:08:44 PM, you wrote:

NC> Downloaded it, and now everything's working as it should.

NC> Thanks again, Mark.

Thanks for pointing out the problem. I just assumed that the upload
went properly in the first place.

By the way...

put url(pUrl) doesn't work if pUrl is surrounded by quotes. That was
the problem with that previous version.

put "http://www.runrev.com"; into pUrl
put url(pUrl)    works fine

put quote & "http://www.runrev.com"; & quote into pUrl
put url(pUrl)    returns empty

-- 
-Mark Wieder
 [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to