Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Messagebox()
Message
 
À
22/10/2011 11:19:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01527096
Message ID:
01527100
Vues:
98
>Is it possible to include a variable to a messagebox?
>Thanks

Sure,
You just make sure that this variable is properly casted to string:
VarNum = 123.45
VarStr = "Some Text"
varDate = DATE()

MessageBox(VarStr+[  ]      +;
           STR(VarNum,14,2) +;
           DTOC(varDate)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform