Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quote in a string
Message
From
02/08/2001 21:39:07
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
To
02/08/2001 11:46:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00538890
Message ID:
00539192
Views:
8
>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?
lcString = STUFF("Larrys", 6, 0, "'")
Previous
Reply
Map
View

Click here to load this message in the networking platform