(VFP) - Search Char in Word

vword = 'MICROSOFT#VISUAL#FOXPRO#SEDNA_SP2'

v1 = GETWORDNUM(vword,1,'#')
v2 = GETWORDNUM(vword,2,'#')
v3 = GETWORDNUM(vword,3,'#')
v4 = GETWORDNUM(vword,4,'#')

Comments

Popular posts from this blog

(VFP) - Running Visual FoxPro on Linux

(VFP) - How To Run Exe File and include them to your Project

(VFP) - How to put calendar on your vfp application