home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1997 April / Win95_04974.iso / docs / 00016 / 01649.exe / data.2 / program / Templates / Inline / CompilerExeInclude.tpl < prev    next >
Encoding:
Text File  |  1996-09-16  |  987 b   |  21 lines

  1. <$$FILE
  2.    TYPE=HTML
  3.    DESC="Creates a compiler call command"
  4. >
  5. <$$PARAMS
  6.    FUNCTION=STRING FUNCTION_D="Command line of program"
  7.    N1=NOTICE N1_D="Precompile: This means that before sending off the text to the function it is passed through the compiler."
  8.    PRECOMPILE=CHECK PRECOMPILE_D="Precompile"
  9.    N2=NOTICE N2_D="Postcompile: This means that the text returned from the function is compiled before being included in the file."
  10.    POSTCOMPILE=CHECK POSTCOMPULE_D="Postcompile"
  11.    DATA=TEXT DATA_D="Data to pass to program"
  12.    GIVEINPUT=CHECK GIVEINPUT_D="Pass data to program"
  13.    USEERROR=CHECK USEERROR_D="Include returned errors"
  14. ><$$NO>
  15. <$$INSERT PARAM="<$exeinclude program=">"<$$INSERT PARAM=~FUNCTION>"<$$NO>
  16. <$$IF s="PRECOMPILE=ON"> precompile<$$ELSE><$$ENDIF><$$NO>
  17. <$$IF s="POSTCOMPILE=ON"> postcompile<$$ELSE><$$ENDIF><$$NO>
  18. <$$IF s="GIVEINPUT=ON"> giveinput<$$ELSE><$$ENDIF><$$NO>
  19. <$$IF s="USEERROR=ON"> useerror<$$ELSE><$$ENDIF><$$NO>>
  20. <$$INSERT PARAM=~DATA><$/call>
  21.