Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function for Finding Word Position(NOT alphabet)
Message
From
20/08/2013 03:19:13
 
 
To
20/08/2013 02:52:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01580784
Message ID:
01580803
Views:
47
Likes (1)
>Thanks sir ,I was actually looking for a Single function that
? getMVWordNum("403.879 378.665 MV (Higher Edu. CESS)SH")


FUNCTION getMVWordNum
LPARAMETERS tcString
    RETURN IIF("MV" $ tcString, GETWORDCOUNT(LEFT(tcString, AT("MV", tcString) + 1)), -1)
    * If positive, it was found
Previous
Reply
Map
View

Click here to load this message in the networking platform