Search found 108 matches

by Clarkey
Mon Jun 14, 2010 9:06 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to manage text strings that contain quotes
Replies: 6
Views: 6376

Re: How to manage text strings that contain quotes

Perhaps you are asking how to add double quotes? Double quotes frame literals, and for that reason they are also a constant in Revolution, so if you say: answer "xyz", you will get xyz. But if you say answer quote & "xyz" & quote, you will get "xyz". This is a way to embed quotes in a string, other...
by Clarkey
Mon Jun 14, 2010 9:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to manage text strings that contain quotes
Replies: 6
Views: 6376

Re: How to manage text strings that contain quotes

Hi Klaus, Thanks for responding. The post message I need to send contains double quotes - here is the example code: POST https://na1.salesforce.com/services/Soap/u/10.0 HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 1.1.4322.573) Content-Type: text/xml; chars...
by Clarkey
Mon Jun 14, 2010 6:50 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to manage text strings that contain quotes
Replies: 6
Views: 6376

How to manage text strings that contain quotes

Hi folks, I'm new to Revolution and don't have a programming background, so please excuse the obvious newbie post (and this may well be the first of many!). How do I work with text strings that contain double quotes? I want to use the urlencode function to prepare the data element for a POST command...

Go to advanced search