logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: print "n" nicely if n = bytes: msg#00023

Subject: Re: print "n" nicely if n = bytes
Randal L. Schwartz wrote:
    [% MACRO nice(n) BLOCK;
         [...niceness...]
    END %]

Nice!  [groan]

Incidentally, you don't need the BLOCK...END. You can assign the MACRO direct to the IF/ELSE.

   MACRO nice(n)
     IF ...
     END;

A



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>