<<
Jim: Nope, isn't going to happen for this client! I had them send me a couple
programs. Here's a line of code (I have substituted some numbers here):
vcount = 1
v2 = 2
vcount = .vcount + .v2
>>
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