Hi Januk,

On Sun, 8 Jul 2001 21:41:01 -0700GMT (09/07/2001, 12:41 +0800GMT),
Januk Aggarwal wrote:

SSV>> - can delimiters be nested? The exemple shows that ' can be used inside of
SSV>> ", but what if I want to go deeper?

JA> Yes you can.  Each time, just add another set of quotes.

JA> The first level uses only one quotation mark:  "..."    or   '...'
JA> The second level uses double delimiters:      ""...""   or  ''...''

I hate to contradict you, but I think this is not quite correct. When
you have two levels, I have noticed that it is important to use
different kinds of quotation marks:

""..."" does not work, as it is interpreted as:
 begin-end ... begin-end

What works is this: " text 'quoted within'"

Example: %Wrapped="%Cookies='file.txt'" (correct)
         %Wrapped="%Cookies="file.txt"" (won't work)
                            ^        ^

The example shows whether I understood the question right.

-- 

Cheers,
Thomas.

Moderator der deutschen The Bat! Beginner Liste. Anmeldung unter:
[EMAIL PROTECTED]  

Message reply created with The Bat! 1.53d
under Chinese Windows 98 4.10 Build 1998  
on a Pentium II/350 MHz.

-- 
______________________________________________________
Archives   : <http://tbudl.thebat.dutaint.com>
Moderators : <mailto:[EMAIL PROTECTED]>
TBTech List: <mailto:[EMAIL PROTECTED]>
Unsubscribe: <mailto:[EMAIL PROTECTED]>

You are subscribed as : archive@jab.org


Reply via email to