Dear Stuart, @5-Mar-2004, 08:59 Stuart Hemming [SH] in mid:[EMAIL PROTECTED] said:
SH> ??
SH>>> | %CAPITAL='%ABofromNAME="%-
SH> ________________^_____________^ One single, one double
SH>>> | %QINCLUDE=_Full Name - No AB Entry_"'
SH> __________________________________________^^ And the same again.
3/10 - must try harder.
%CAPITAL='%ABofromNAME="%-
^ Open single (begin parameter for %CAPITAL)
^ Open double (begin parameter for %ABofromNAME)
%QINCLUDE=_Full Name - No AB Entry_"'
^ ^^^ Close single quote
| |\ Close double quote
| \ Close underscore quote
\ Open underscore quote (begin parameter for %QINCLUDE)
All perfectly nested
All closed in sequence
Nothing wrong here at all.
The different quoting characters are used because of the nested
nature of the data.
--
Cheers -- .\\arck D Pearlstone -- List moderator
TB! v2.04.7 on Windows XP 5.1.2600 Service Pack 1
'
pgp00000.pgp
Description: PGP signature
________________________________________________ Current version is 2.04.7 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

