IntuiNews.QuoteString[...] ========================== This variable defines the string which will precede lines of quoted text. This variable's name can be expanded by a full or partially group name. You can use special format characters in this string: "%%" for the per cent sign "%i" for the initials of the author of the original message. Examples: Simple QuoteString: IntuiNews.QuoteString = "> " QuoteString with intitials: IntuiNews.QuoteString = "%i> " QuoteString for NetMail: IntuiNews.QuoteString.Mail = "You: " QuoteString like XRN's one for "de.#?": IntuiNews.QuoteString.de = "|> " Default: "> "