Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a string
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00432342
Message ID:
00432346
Views:
24
If you just have the a+b+c then you can get an error "Unrecognized command verb". Since its an expression, you have to assign it to something or put an = in front of it.

>Why can't I create the following string
>
>a='this'
>b='is'
>c='bob'
>
>
>a+b+c
>gives me errors
>
>
>d = a+b
>d = d+c
>works fine
>
>thanks in advance
>nick patel
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform