Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stripping
Message
 
À
03/04/2005 10:30:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01001092
Message ID:
01001093
Vues:
14
This message has been marked as the solution to the initial question of the thread.
>Hi folks:
>
>How can programmatically I strip just the last plus sign from this line of code?
>
>
>
>(Node36Activation * W36_43) + (Node37Activation * W37_43) +
>
>
I assume this is a value of some string variable (Am I right?)
myStringvar = "(Node36Activation * W36_43) + (Node37Activation * W37_43) +"
myStringvar = LEFT(myStringvar, LEN(myStringvar)-1)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform