couple of Foxpro incompatibilities
Posted: Thu Jan 16, 2020 5:18 pm
Maybe these have come up before, but here are a couple of current incompatibilities using the Foxpro dialect.
1. Foxpro uses square brackets or parentheses interchangeably for arrays. This is valid VFP:
DIMENSION gaArrayOne[10], gaArrayTwo(2,4), gaArrayThree[3,3]
2. THEN is optionally supported after IF. (I realize this is purely cosmetic but I'm rather used to it.)
1. Foxpro uses square brackets or parentheses interchangeably for arrays. This is valid VFP:
DIMENSION gaArrayOne[10], gaArrayTwo(2,4), gaArrayThree[3,3]
2. THEN is optionally supported after IF. (I realize this is purely cosmetic but I'm rather used to it.)