Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple variables
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00219579
Message ID:
00219582
Views:
15
>what is the symbol for multiple variables being added to gether for instace if i have the value a = "123" and i want to add it to b = "123" and i want in my new variable to store c= "123123" not c = "264"

If they're numeric, use c = ALLTRIM(STR(a) + ALLTRIM(STR(b).
If chr, don't use the STR.

If you want c to be numeric, then c = VAL(ALLTRIM(STR(a) + ALLTRIM(STR(b)).
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Reply
Map
View

Click here to load this message in the networking platform