Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dado numérico e CHR(13)
Message
From
01/07/2002 13:01:07
 
 
To
01/07/2002 12:52:41
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00673956
Message ID:
00673967
Views:
15
>ou ainda:
>
>Var1 = 10
>Var2 = 20
>Var3 = 30
>MessageBox(str(Var1) + chr(13) + str(Var2) + chr(13) + str(Var3))
>
Execute da forma que você sugeriu, e depois da forma como eu sugeri, e verá porque eu prefiro o Transform(). :)
Essencialmente, com o Str() você também terá que usar um Alltrim(). Com o Transform() ele já faz o Alltrim automaticamente.
Claudio Lassala
Previous
Reply
Map
View

Click here to load this message in the networking platform