Aha! Great idea! It would really cut down on fixing the DOS code to RStyle it first. I just did a test, creating the following program and then rstyling it in 7.6 windows:
vcount INT = 1 v2 INT = 2 vcount = .vcount + .v2 RStyle marked the first 2 lines as errors, however it did not tag the third line as an error even though that line will not evaluate in 7.6. Karen > R:Style can be your very, very, very good friend here. I recently did a > conversion similar to this (temporary move to 7.6 DOS so we could start > building Windows on top of the existing system) and R:Style caught 95% of > these gotchas and took me directly to the code. I used it first to tell the > client exactly how many invalid lines of code where in their application and > then to find and fix them. > -- > Larry > > > >

