home *** CD-ROM | disk | FTP | other *** search
- <$$FILE
- TYPE=HTML
- DESC="Creates a compiler call command"
- >
- <$$PARAMS
- FUNCTION=STRING FUNCTION_D="Name of function to call"
- N1=NOTICE N1_D="Precompile: This means that before sending off the text to the function it is passed through the compiler."
- PRECOMPILE=CHECK PRECOMPILE_D="Precompile"
- N2=NOTICE N2_D="Postcompile: This means that the text returned from the function is compiled before being included in the file."
- POSTCOMPILE=CHECK POSTCOMPULE_D="Postcompile"
- DATA=TEXT DATA_D="Data to pass to function"
- ><$$NO>
- <$$INSERT PARAM="<$call function=">"<$$INSERT PARAM=~FUNCTION>"<$$NO>
- <$$IF s="PRECOMPILE=ON"> precompile<$$ELSE><$$ENDIF><$$NO>
- <$$IF s="POSTCOMPILE=ON"> postcompile<$$ELSE><$$ENDIF><$$NO>>
- <$$INSERT PARAM=~DATA><$/call>
-