Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Join 2 digits
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01342319
Message ID:
01342328
Views:
15
This message has been marked as the solution to the initial question of the thread.
>Is it possible to join two digits in VFP ?
>
>a = 2
>v = 9
>
>To get the number 29 ?
try
 ?val(trasnform(a) + transform(b))
catch to loEx
 ?loEx.Message
endtry
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform