contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
format item   %a    
     

Syntax

  % format-modifier a(counter-name)


Purpose

The "%a" format item represents the value of a counter item as a letter in the usual alphabetic sequence. A value of 1 would be represented as "a", 2 as "b", etc.

If the value of the counter item is greater than 26, then a multi-character string would be generated. For example, 27 would be represented as "aa", 28 as "ab", 29 as "ac", etc.

If the value of the counter is zero, the digit "0" is output instead of a letter. If the value of the specified counter is negative, a minus sign prefixes the generated alphabetic code.

The following modifiers can be used with the "%a" format:

       
----  

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:01 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.