Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stripping
Message
 
To
03/04/2005 10:30:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01001092
Message ID:
01001093
Views:
16
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform