Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a string
Message
From
20/10/2000 18:03:37
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00432342
Message ID:
00432348
Views:
17
Nick,

It looks like you are attempting to concatinate 3 strings together. Are you doing this test from the command prompt within Fox?

I tried the same thing:
a = 'This'
b = 'is'
c = 'Bruce'

?a+b+c
gives me: ThisisBruce

or if you say
d=a+b+c

and then
?d

it should display the same string: ThisisBruce

Hopefully this answers your question.

Bruce
Bruce Crane
Software Engineer
Regulus Integrated Solutions, LLC - Napa
Previous
Reply
Map
View

Click here to load this message in the networking platform