Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending a double quote to a string
Message
 
 
To
24/08/2004 10:01:24
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00935903
Message ID:
00935906
Views:
19
Mike,

You can use single quotes, double quotes or square brackets as string literal delimiters.
["] + string + ["]
* Or
'"' + string + '"'
>For one of my COM object, I need to append a double quotation at the beginning and end of my string, but I cannot find the syntax to do so. I have tried using:
>
>""" + string + """
>
>But that did not work for obvious reasons. Can anybody help me out here? Thanks!
>
>MAC
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform