Stepping through code with Fox on one screen and c# on another screen has been nothing short of fantastic, especially when the routines get long.
I've found:
1. Misplaced brackets
2. Unintended reset back to a value that kept a certain subset of code in use when it shouldn't have been.
3. Trim in c# will remove CR & LF chars, but in Fox, it will not.
I've found:
1. Misplaced brackets
2. Unintended reset back to a value that kept a certain subset of code in use when it shouldn't have been.
3. Trim in c# will remove CR & LF chars, but in Fox, it will not.
Last edited: