From: Marc P. <ma...@an...> - 2003-04-10 18:21:33
|
Erm, if create a macro with a name beginning with "end" (and presumably with any existing directive name) the parser just dumps out the text of the macro call line, instead of executing the macro. i.e. #startSection( "Section 1") #endSection Where both are defined as macros in the same file... the output contains the expanded startSection macro but then has #endSection in the output, instead of calling that macro. Either this is a bug or a limitation of the parser (would seem odd). Either way if there is no good workaround we should make #macro spew if you define a macro that uses a name like this which will cause problems. $0.02 -- Marc Palmer (Wangjammer5) http://www.wangjammers.org Java Consultants |