Bug Reports: 12-30-97 Jason @ Geac

When in split screen, cannot type _;:/?-+ and some related characters without another magical character appearing in front of it. Can get around it by cursoring over the character and deleting it.

1/5/97:  Fixed

The FindFirst machine$ command is returning paths with a / instead of a \ in the middle of paths. Used to return:  xxx/yyy\zzz/c and is now returning xxx/yyy/zzz/c where xxx is the filename, yyy\zzz is the path, and c is the drive.

1/5/97:  Fixed

Also, The findfirst used to return them in all caps, whereas now it does not. Not a breaking thing, but is a difference.

Noted.  Now that support for Windows-95 and Windows-NT is being provided, long filename support and case sensitivity is needed. This difference will need to be considered, but the most likely way to deal with this would be for equality tests to use _UCASE$ or _LCASE$ to explicitly account for case.

Getting a 10002 (yes, ten thousand two) reading from a file. I believe this is due to the fact that I am reading the information into an integer array.

1/5/97:  Fixed

In a related topic, I could not find the dimension nor values of my integer array "tax_ptr" even after I removed the garbage characters as I indicated above.

1/5/97:  Fixed

Data statement with "" on a single line caused a read mat m$ to bomb out with a 503 error.

1/5/97:  Unable to reproduce it at this time.