-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, 16 Jan 2001 09:10:03 -0500, Jan contributed this to our
collective wisdom:

JR>   I was trying to put quotation marks around the output of the
JR>   regexp "bracket" but it produces a blank. Can anyone show me
JR>   the right way to express this & the logic behind the form?

JR> On %ODATEEN %QINCLUDE="otime", you wrote the following in regards
                ^^^^^^^^^^^^^^^^^
                this is fine.

JR> to %QINCLUDE="='bracket'":

Why not just %QINCLUDE="bracket": ?

Why the extra '='? The extra '=' is needed for the %Quotestyle macro
specifically.

JR>   Also for this same line I've tried the %WRAPPED= macro @ the
JR>   head of the above line & the result is the 2nd line moves to
JR>   the left most position whereas the 1st line is indented by 2
JR>   spaces. What am I doing wrong or is this the anticipated result
JR>   of %WRAPPED? And this also folds into the first question, i.e.
JR>   the use of single & double quotes.

If you use the %Wrapped macro the line needs to be unbroken, i.e.,
%Wrapped="this should be one unbroken line of text"

The syntax should be as follows:

%Wrapped='On %ODATEEN %QINCLUDE="otime", you wrote the following in
regards to %QINCLUDE="bracket":'

Ok, let me see if I can explain:

If you create a macro that has a value attached to it, this value is
bound by double quotations.

%Macro="value"

Now, if you wish to define another macro *within* the value for a
macro, you have to place two quotations for every one that would
appears within the first macros value. Wow, confusing. :=)

Anyway, here is an example:

%Macro1="Macro2=""value"""
                ^^     ^^
                Note the doubled double quotations.

To avoid having a lot of doubled quotations you can do this:

%Macro1='Macro2="value"'

Basically you need to differentiate the recursed macros value from
that of the parent macros. In one case you use doubled double
quotations or you use single quotes for the parent macro and double
quotes for the recursed macro.

- --
@~@========================================================@~@
 |     A. Curtis Martin  [List Moderator TBUDL/TBBETA]      |
 | PGPKey: mailto:[EMAIL PROTECTED]?Subject=SendAlliePGPKey |
@_@   (Opinions given are mine and not those of RITLABS)   @_@
__________________________________________________________
TB! v1.49b | Windows NT 5.00.2195 (Service Pack 1)

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8
Comment: Digitally signed for sender and message authentication.

iQA/AwUBOmTZDVfJ62ArBxfiEQI8ZgCgwU3BLtMu7SULdNvudTH3I+KOBasAoNtJ
lUC63Ytag9Mpa++wQIRPfKiJ
=zm2s
-----END PGP SIGNATURE-----

-- 
--------------------------------------------------------------
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   <mailto:[EMAIL PROTECTED]>
To Unsubscribe from TBUDL, double click here and send the message:
   <mailto:[EMAIL PROTECTED]>
--------------------------------------------------------------

You are subscribed as : [email protected]


Reply via email to