Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Join 2 digits
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01342319
Message ID:
01342328
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform