& symbol in footer data

J

JE McGimpsey

The & symbol in footers is an escape character (e.g., "&10" means the
font size should be 10 pt). To get the & to print as "&", double it:

"A && B"
 
Top