Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Substrac of number
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00391615
Message ID:
00391617
Views:
9
>How to get the first 5 numbers of a numeric expression
>
>
> ex: 754341232323232
>
> 75434
>
>
> Thanks
>
> Moises

left(transform(754341232323232),5) will return a character exopression. if you want to turn that back into a numeric, add the VAL() function around it.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform