Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function for Finding Word Position(NOT alphabet)
Message
De
20/08/2013 03:19:13
 
 
À
20/08/2013 02:52:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01580784
Message ID:
01580803
Vues:
46
J'aime (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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform