Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
x = "Johnson, Emily"
lastname = GETWORDNUM(x, 1, ",")
firstname = GETWORDNUM(x, 2, ",")
GETWORDNUM() does not exist in FP2.6
However, before that, it was available in foxtools.fll.
I checked FP2.6 books that came with FP2.6 and don't find any mention of this being available.
I found no mention of FoxTools in any of the original documentation I have for FP2.6.
SET LIBRARY TO FoxTools
I don't know about VFP 3