Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get the last digit
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01115397
Message ID:
01115417
Views:
7
>>Something like this:
>>
>>ln=422603445
>>
>>?right(trans(ln),1)
>
>
>That will return a character value....
>If he wants an interger then something like this..
>
>ln=422603445
>
>? INT(VAL(right(trans(ln),1)))


Sure. But who knows what he wants exactly? Therefore, "SOMETHING LIKE" goes first.
Previous
Reply
Map
View

Click here to load this message in the networking platform