Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find number within string
Message
From
07/07/1999 12:56:04
 
 
To
07/07/1999 09:14:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00237774
Message ID:
00238379
Views:
12
>Oh, posh! < bg >
>You all seem to be insisting on a whole lot more work than is necessary.
>If you run a character string thru VAL() and end up with a non-zero number, you have a number without any distracting inner characters.
>
x='2.5ab3'
>y=val(x) ?y && 2.50
>
>So if you have a string with a number that could be imbedded, you just have to strip off leading chars to get to it.
>
>I'd say Craig's suggestion would be needed if you want to find more than one imbedded number.

Yup. You're method works the best for the leading numbers.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform