[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: possible Bug report



Ronny,
    If you enclose the path to the file that you wish to read or write in quote marks, you can have spaces in the path name. For example:
 
ASSIGN  c:\trnsys15\weather\my weather\weatherfile.dat   15
 
will generate an error but
 
ASSIGN  "c:\trnsys15\weather\my weather\weatherfile.dat"   15
 
will not.
Kind Regards,
    David
 
----- Original Message -----
Sent: Wednesday, May 16, 2001 2:49 PM
Subject: possible Bug report

Hi there!

If you in TRNSYS15 use a datareader (type9) to read from a file that is in a directory which has a space in its name you will get an assign error. The same is the case if you wanted to write to a file in such a directory with a printer-type.

At least this seems to be the case..

 

Regards

Ronny