Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quote in a string
Message
From
02/08/2001 11:51:04
 
 
To
02/08/2001 11:46:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00538890
Message ID:
00538895
Views:
9
>Hi,
>
>I just made a mistake in a foxpro program I was working on. I had something like:
>
>
>lcString = 'Larry's Computer'
>
>
>Which obviously makes an error. So I changed it to:
>
>lcString = "Larry" + "'" + "s Computer"
>
>
>I was just curious if they were other ways of putting a quote in a string?
>
>Chris

Or, in addition to what Hector said:
lcString = [Larry's Computer]
lcAnother = [Larry said, "She's going to the store"]
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform