Hello Heijo,

On Tuesday, July 30, 2002 at 4:50:16 PM you wrote in
[EMAIL PROTECTED]">mid:[EMAIL PROTECTED] (at least in part):

HA> Could you tell me what I missed in your explanation?

As you already guessed: the quotation marks. They are 'pairs'. So if you
use two the second closes the first and therefore embraces the content
between them both as one entity. (Exception: two directly beneath makes
them 'escaping' ... really complex stuff).

In The Bat! there are two solutions for nesting ... Use "" in inner parts
of nested structures or use non alpha-numeric characters pair wise.

Your example would look like this:

%if:"%ABtoMEMO"=="NL":"%QINCLUDE='SJABL_NL'":"%-
%if:""%ABtoMEMO""==""EN"":""%QINCLUDE='SJABL_EN'"":""%-
%QINCLUDE='SJABL_ES'""",

quite unreadable ... :-)

Better would be:

%if:"%ABtoMEMO"=="NL":"%QINCLUDE='SJABL_NL'":"%-
%if:_%ABtoMEMO_==_EN_:_%QINCLUDE='SJABL_EN'_:_%-
%QINCLUDE='SJABL_ES'_",

For deeper structures you can use these characters (as a small excerpt of
possible ones) too (beside already used ',",_):

[#+*~|$&/]

HTH Pit
-- 
Regards
Peter Palmreuther                            mailto:[EMAIL PROTECTED]
(The Bat! v1.62/Beta1 on Windows 2000 5.0 Build 2195 Service Pack 2)

Barney of Borg: Being assimilated is fun.


________________________________________________________
Current Ver: 1.61
FAQ        : http://faq.thebat.dutaint.com 
Unsubscribe: mailto:[EMAIL PROTECTED]
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Bug Reports: https://www.ritlabs.com/bt/

Reply via email to