At 11:47 pm +0100 25/11/03, R. Hillen wrote:
Hello list,

With Mac OSX, 10.2.8, RunRev 2.1.2, Virtual PC 6.1 with Windows 98, SE I tried:


If I write to a file or read from a file a la hypercard with


open file, write to file, close file
or read from file with
open file, read from file, close file,

my OSX and Windows Stanalones work.


If I use for write, read


put "Hello" into URL("file://" & filename)
or
get URL("file://" & filename),

it works in a OSX-standalone, but not in Windows-standalone.

Don't use "//" in file and binfile urls.


E.g.

get url ("file:" & filename)

Cheers
Dave
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to