home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / Slunec / app / ppww32.exe / PPW_DOCO / contents.toc < prev    next >
Encoding:
Text File  |  2002-01-17  |  13.5 KB  |  352 lines

  1. 1 "Introduction" "introductiontoppwizardhtmlpreprocessor.htm"
  2. 2 "Operating System Status" "opsysstatus.htm"
  3. 3 "Amiga" "opsysstatusamiga.htm"
  4. 3 "DOS" "opsysstatusdos.htm"
  5. 3 "OS/2" "opsysstatusos2.htm"
  6. 3 "UNIX" "opsysstatusunix.htm"
  7. 3 "WINDOWS" "opsysstatuswindows.htm"
  8. 2 "Change History" "changehistory.htm"
  9. 3 "Change History - Older Entries" "changehistoryolder.htm"
  10. 2 "Installing PPWIZARD" "installing_ppwizard.htm"
  11. 3 "Hand Installation" "hand_installation.htm"
  12. 3 "Window's PPWW32.EXE" "windowsinstall.htm"
  13. 3 "OS/2's OS2SETUP.CMD" "os2install.htm"
  14. 2 "FAQ" "faq.htm"
  15. 2 "Bugs, Problems or Suggestions" "bugs_or_suggestions.htm"
  16. 2 "Disclaimer" "disclaimer.htm"
  17. 1 "Beginners Guide" "begin_g.htm"
  18. 1 "Converting From ORB To PPWIZARD" "orb2ppw.htm"
  19. 1 "Converting From SSI To PPWIZARD" "ssi2ppw.htm"
  20. 1 "PPWIZARD Command Line" "commandline.htm"
  21. 2 "Project Files" "project_files.htm"
  22. 2 "Curley Codes" "curlycodes.htm"
  23. 2 "/BaseDir" "basedir.htm"
  24. 2 "/Beep" "beep.htm"
  25. 2 "/CGI" "cgi.htm"
  26. 2 "/Color" "color.htm"
  27. 2 "/ConsoleFile" "consolefile.htm"
  28. 2 "/Copy" "copy.htm"
  29. 2 "/CopyRight" "copyright.htm"
  30. 2 "/CrLf" "crlf.htm"
  31. 2 "/Debug" "debug.htm"
  32. 2 "/DebugChars" "debugchars.htm"
  33. 2 "/DebugCols" "debugcols.htm"
  34. 2 "/DebugTime" "debugtime.htm"
  35. 2 "/Define" "define.htm"
  36. 2 "/DeleteOnError" "deleteonerror.htm"
  37. 2 "/DeletePrev" "deleteprev.htm"
  38. 2 "/DependsOn" "dependson.htm"
  39. 2 "/DependsOnComplete" "dependsoncomplete.htm"
  40. 2 "/DependsOnWarnings" "dependsonwarnings.htm"
  41. 2 "/DropFiles" "dropfiles.htm"
  42. 2 "/Exclude" "exclude.htm"
  43. 2 "/Exec" "exec.htm"
  44. 2 "/ErrorFile" "errorfile.htm"
  45. 2 "/FileNames" "filenames.htm"
  46. 2 "/FilterInput" "filterinput.htm"
  47. 2 "/FilterOutput" "filteroutput.htm"
  48. 2 "/GetEnv" "getenv.htm"
  49. 2 "/HideCmd" "hidecmd.htm"
  50. 2 "/Hook" "hook.htm"
  51. 2 "/HTML" "html.htm"
  52. 2 "/HtmlGenerator" "htmlgenerator.htm"
  53. 2 "/Inc2Cache" "inc2cache.htm"
  54. 2 "/IncludePath" "includepath.htm"
  55. 2 "/Info" "info1.htm"
  56. 2 "/Input" "input.htm"
  57. 2 "/List" "list.htm"
  58. 2 "/Making" "making.htm"
  59. 2 "/OnERROR" "onerror.htm"
  60. 2 "/OnOK" "onok.htm"
  61. 2 "/Other" "other.htm"
  62. 2 "/Option" "option.htm"
  63. 2 "/Output" "output.htm"
  64. 2 "/OutHeader" "outheader.htm"
  65. 2 "/Pack" "pack.htm"
  66. 2 "/Rexx" "rexx1.htm"
  67. 2 "/RegSyntax" "regsyntax.htm"
  68. 2 "/Require" "require.htm"
  69. 2 "/RedirMethod" "redirmethod.htm"
  70. 2 "/SpellAddWord" "spelladdword.htm"
  71. 2 "/SpellCheck" "spellcheck.htm"
  72. 2 "/SpellShowAll" "spellshowall.htm"
  73. 2 "/Sleep" "sleep.htm"
  74. 2 "/Syntax" "syntax.htm"
  75. 2 "/Template" "template.htm"
  76. 2 "/UNC" "unc.htm"
  77. 2 "/Validate" "validate.htm"
  78. 2 "/WarningsRc" "warningsrc.htm"
  79. 2 "/XSlash" "xslash.htm"
  80. 2 "/0OK" "0ok.htm"
  81. 2 "/**/" "_.htm"
  82. 2 "/#Include" "include.htm"
  83. 2 "/$Trace" "trace.htm"
  84. 2 "/@EXTN" "extn.htm"
  85. 1 "The Source Code" "sourcecode.htm"
  86. 2 "White Space" "white_space.htm"
  87. 2 "Commenting" "commenting.htm"
  88. 2 "Line Continuation" "line_continuation.htm"
  89. 2 "Quoted Text - qTextq" "quoted_text_qtextq.htm"
  90. 2 "Quoted Text - qRestq" "quoted_text_qrestq.htm"
  91. 1 "Macros" "macros.htm"
  92. 2 "Simplest Macros" "macrossimple.htm"
  93. 2 "Multi Line Macros" "macrosmultiline.htm"
  94. 2 "Macros With Mandatory Parameters" "macrosmanparms.htm"
  95. 2 "Macros With Optional Parameters" "macrosoptparms.htm"
  96. 2 "Macro Parameters without values (Keyword)" "macroswithoutvalues.htm"
  97. 2 "Positional Parameters (not named)" "macrospositionalparms.htm"
  98. 2 "Using Standard Definitions + Using REXX Logic" "macroswithrexx.htm"
  99. 2 "Multi Line Macros With Logic" "macrosmultilinelogic.htm"
  100. 2 "Die When Unused Parms" "macrosdiewhenunusedparms.htm"
  101. 2 "Expand All Unused Parameters" "macrosexpandallunusedparms.htm"
  102. 2 "Expand All Parameters As Rexx Code" "macrosexpandparmsasrexxcode.htm"
  103. 2 "Expand Macro Name" "macrosexpandmacroname.htm"
  104. 2 "Macro Tranformations" "dollardollarcommands.htm"
  105. 2 "Macro Indirection" "macro_indirection.htm"
  106. 1 "Dependancies" "dependancies.htm"
  107. 1 "Commands" "commands.htm"
  108. 2 "#(" "hash1line.htm"
  109. 2 "#)" "hash1lineend.htm"
  110. 2 "#{" "loopstart.htm"
  111. 2 "#}" "loopend.htm"
  112. 2 "#AsIs" "hashasis.htm"
  113. 2 "#AutoTag" "hashautotag.htm"
  114. 2 "#AutoTagClear" "autotagclear.htm"
  115. 2 "#AutoTagState" "hashautotagstate.htm"
  116. 2 "#Break" "hashbreak.htm"
  117. 2 "#Continue" "continue.htm"
  118. 2 "#Debug" "debug2.htm"
  119. 2 "#define[+|?]" "hashdefine.htm"
  120. 2 "#DefineRexx[+]" "hashdefinerexx.htm"
  121. 2 "#DependsOn" "hashdependson.htm"
  122. 2 "#elseif" "hashelseif.htm"
  123. 2 "#endif" "hashendif.htm"
  124. 2 "#EOF" "eof.htm"
  125. 2 "#evaluate[+]" "hashevaluate.htm"
  126. 2 "#Error" "hasherror.htm"
  127. 2 "#if" "hashif.htm"
  128. 2 "#ifdef" "ifdef.htm"
  129. 2 "#ifndef" "hashifndef.htm"
  130. 2 "#import" "hashimport.htm"
  131. 3 "#import - Delimited Records" "importdel.htm"
  132. 3 "#import - Fixed Field Records" "import_fixed_field_records.htm"
  133. 3 "#import - Multi Line Records" "import_multi_line_records.htm"
  134. 3 "#import - SQL" "importsql.htm"
  135. 3 "#import - T2H" "t2h.htm"
  136. 3 "#import - WRAP" "wrap.htm"
  137. 2 "#include" "hashinclude.htm"
  138. 2 "#Info" "hashinfo.htm"
  139. 2 "#intercept" "intercept.htm"
  140. 2 "#MacroSpace" "macrospace.htm"
  141. 2 "#NextId" "nextid.htm"
  142. 2 "#OnExit" "onexit.htm"
  143. 2 "#option" "hashoption.htm"
  144. 3 "AllowPack" "allowpack.htm"
  145. 3 "AllowSpell" "allowspell.htm"
  146. 3 "AtChangeType" "atchangetype.htm"
  147. 3 "CsReplacement" "csreplacement.htm"
  148. 3 "DebugLevel" "debuglevel.htm"
  149. 3 "DefineMacroReplace" "definemacroreplace.htm"
  150. 3 "ExtraIndent" "extraindent.htm"
  151. 3 "ExpandX" "expandx.htm"
  152. 3 "HashPrefix" "hashprefix.htm"
  153. 3 "KeepIndent" "keepindent.htm"
  154. 3 "LeaveBlankLines" "leaveblanklines.htm"
  155. 3 "LineComment" "linecomment.htm"
  156. 3 "LineContinuation" "linecontinuation.htm"
  157. 3 "MacroParmTags" "macroparmtags.htm"
  158. 3 "ParmVal" "parmval.htm"
  159. 3 "Replace" "replace.htm"
  160. 3 "ReplacementTags" "replacementtags.htm"
  161. 3 "Tabs" "tabs.htm"
  162. 3 "Warnings" "warnings.htm"
  163. 3 "WhiteSpace" "whitespace.htm"
  164. 2 "#output" "output1.htm"
  165. 2 "#OutputHold" "outputhold.htm"
  166. 2 "#push" "push.htm"
  167. 2 "#pop" "pop.htm"
  168. 2 "#Require" "require1.htm"
  169. 2 "#RexxVar" "hashrexxvar.htm"
  170. 2 "#transform" "transform.htm"
  171. 2 "#undef" "hashundef.htm"
  172. 2 "#Warning" "warning1.htm"
  173. 2 "#Unknown Commands" "unknown_commands.htm"
  174. 1 "Standard Definitions" "standard_definitions.htm"
  175. 2 "<??RexxVariable>" "lt_rexxvariable_gt.htm"
  176. 2 "<?=RexxExpression>" "lt_rexxexpression_gt.htm"
  177. 2 "<?/>" "lt_gt.htm"
  178. 2 "<?BaseDir>" "lt_basedir_gt.htm"
  179. 2 "<?CgiStart>" "lt_cgistart_gt.htm"
  180. 2 "<?CmdLineTotal>" "lt_cmdlinetotal_gt.htm"
  181. 2 "<?CompileTime>" "lt_compiletime_gt.htm"
  182. 2 "<?DebugOn>" "lt_debugon_gt.htm"
  183. 2 "<?DirSlash>" "lt_dirslash_gt.htm"
  184. 2 "<?Dollar>" "lt_dollar_gt.htm"
  185. 2 "<?Hash>" "lt_hash_gt.htm"
  186. 2 "<?HashPrefix>" "lt_hashprefix_gt.htm"
  187. 2 "<?IncludeLevel>" "lt_includelevel_gt.htm"
  188. 2 "<?InputComponent>" "lt_inputcomponent_gt.htm"
  189. 2 "<?InputComponentLine>" "lt_inputcomponentline_gt.htm"
  190. 2 "<?InputFile>" "lt_inputfile_gt.htm"
  191. 2 "<?LessThan>" "lt_lessthan_gt.htm"
  192. 2 "<?NewestFileDateTime>" "lt_newestfiledatetime_gt.htm"
  193. 2 "<?NewLine>" "lt_newline_gt1.htm"
  194. 2 "<?NewLine?>" "lt_newline_gt.htm"
  195. 2 "<?OpSys>" "lt_opsys_gt.htm"
  196. 2 "<?OpSysSpecific>" "lt_opsysspecific_gt.htm"
  197. 2 "<?OutputFile>" "lt_outputfile_gt.htm"
  198. 2 "<?OutputLevel>" "lt_outputlevel_gt.htm"
  199. 2 "<?OutputLine>" "lt_outputline_gt.htm"
  200. 2 "<?PpwizardAuthor>" "lt_ppwizardauthor_gt.htm"
  201. 2 "<?PpwizardAuthorBaseWebDir>" "lt_ppwizardauthorbasewebdir_gt.htm"
  202. 2 "<?PpwizardAuthorEmail>" "lt_ppwizardauthoremail_gt.htm"
  203. 2 "<?PpwizardAuthorHomePage>" "lt_ppwizardauthorhomepage_gt.htm"
  204. 2 "<?PpwizardGeneratorMetaTags>" "lt_ppwizardgeneratormetatags_gt.htm"
  205. 2 "<?PpwizardHomePage>" "lt_ppwizardhomepage_gt.htm"
  206. 2 "<?PpwizardPgm>" "lt_ppwizardpgm_gt.htm"
  207. 2 "<?ProcessingMode>" "lt_processingmode_gt.htm"
  208. 2 "<?ProtectFromPpwStart>" "lt_protectfromppwstart_gt.htm"
  209. 2 "<?ProtectFromPpwEnd>" "lt_protectfromppwend_gt.htm"
  210. 2 "<?QuestionMark>" "lt_questionmark_gt.htm"
  211. 2 "<?RestartLine>" "lt_restartline_gt.htm"
  212. 2 "<?RexxSkip>" "lt_rexxskip_gt.htm"
  213. 2 "<?RexxSkipTo>" "lt_rexxskipto_gt.htm"
  214. 2 "<?SemiColon>" "lt_semicolon_gt.htm"
  215. 2 "<?Space>" "lt_space_gt.htm"
  216. 2 "<?TemplateDataFile>" "lt_templatedatafile_gt.htm"
  217. 2 "<?TotalOutputLines>" "lt_totaloutputlines_gt.htm"
  218. 2 "<?Unique>" "lt_unique_gt.htm"
  219. 2 "<?Version>" "lt_version_gt.htm"
  220. 2 "<?xXX>" "lt_xxx_gt.htm"
  221. 1 "Rexx" "rexx.htm"
  222. 2 "Rexx Variables" "rexx_variables.htm"
  223. 2 "Rexx Expressions" "rexx_expressions.htm"
  224. 2 "Rexx Conditional Logic" "rexx_conditional_logic.htm"
  225. 2 "Rexx Looping" "rexx_looping.htm"
  226. 2 "Rexx Parsing" "rexx_parsing.htm"
  227. 2 "Standard Rexx Routines" "standard_rexx_routines.htm"
  228. 3 "translate()" "translate.htm"
  229. 2 "Rexx Fragments - Kick Start" "rexx_fragments_kick_start.htm"
  230. 2 "Inbuilt PPWIZARD Functions" "rexx_extensions.htm"
  231. 3 "Add2()" "add2.htm"
  232. 3 "AddCommasToDecimalNumber()" "addcommastodecimalnumber.htm"
  233. 3 "AddInputFileToDependancyList()" "addinputfiletodependancylist.htm"
  234. 3 "AddOutputFileToDependancyList()" "addoutputfiletodependancylist.htm"
  235. 3 "AddTempFileToDependancyList()" "addtempfiletodependancylist.htm"
  236. 3 "AddressCmd()" "addresscmd.htm"
  237. 3 "ArrayRemoveDup()" "arrayremovedup.htm"
  238. 3 "ArrayReverse()" "arrayreverse.htm"
  239. 3 "ArraySort()" "arraysort.htm"
  240. 3 "ArraySplit()" "arraysplit.htm"
  241. 3 "ArrayTranslate()" "arraytranslate.htm"
  242. 3 "AsIs()" "asis.htm"
  243. 3 "AsIsPrepare()" "asisprepare.htm"
  244. 3 "AutoTag()" "autotag.htm"
  245. 3 "Bd2Date()" "bd2date.htm"
  246. 3 "BaseDate()" "basedate.htm"
  247. 3 "BreakAt()" "breakat.htm"
  248. 3 "BulkChar2String()" "bulkchar2string.htm"
  249. 3 "BulkChangePrepare()" "bulkchangeprepare.htm"
  250. 3 "Chars()" "chars.htm"
  251. 3 "CompareReplaceFixed()" "comparereplacefixed.htm"
  252. 3 "DataGet()" "dataget.htm"
  253. 3 "DataSave()" "datasave.htm"
  254. 3 "Debug()" "debug1.htm"
  255. 3 "DebugDec()" "debugdec.htm"
  256. 3 "DebugInc()" "debuginc.htm"
  257. 3 "DebugOff()" "debugoff.htm"
  258. 3 "DebugOn()" "debugon.htm"
  259. 3 "Defined()" "defined.htm"
  260. 3 "DieIfIoErrorOccurred()" "dieifioerroroccurred.htm"
  261. 3 "EnsureFileHasCorrectCase()" "ensurefilehascorrectcase.htm"
  262. 3 "Error()" "error.htm"
  263. 3 "ErrorSql()" "errorsql.htm"
  264. 3 "ExpandXCodes()" "expandxcodes.htm"
  265. 3 "FindFile()" "findfile.htm"
  266. 3 "FindFileInPath()" "findfileinpath.htm"
  267. 3 "FileCopy()" "filecopy.htm"
  268. 3 "FormatTime()" "formattime.htm"
  269. 3 "GenerateFileName()" "generatefilename.htm"
  270. 4 "Generate Mask" "generate_mask.htm"
  271. 3 "GetAmPmTime()" "getampmtime.htm"
  272. 3 "GetAmPmTimeFromHhMmSs()" "getampmtimefromhhmmss.htm"
  273. 3 "GetDependancyInfo()" "getdependancyinfo.htm"
  274. 3 "GetEnv()" "getenv1.htm"
  275. 3 "GetFileLineBeingProcessed()" "getfilelinebeingprocessed.htm"
  276. 3 "GetFileTimeStamp()" "getfiletimestamp.htm"
  277. 3 "GetId()" "getid.htm"
  278. 3 "GetIdPrepare()" "getidprepare.htm"
  279. 3 "GetImageHeightWidth()" "getimageheightwidth.htm"
  280. 3 "GetInputFileNameAndLine()" "getinputfilenameandline.htm"
  281. 3 "GetLineBeingProcessed()" "getlinebeingprocessed.htm"
  282. 3 "GetQuotedRest()" "getquotedrest.htm"
  283. 3 "GetQuotedText()" "getquotedtext.htm"
  284. 3 "Info()" "info.htm"
  285. 3 "InputComponentLevel()" "inputcomponentlevel.htm"
  286. 3 "InputComponentLineLevel()" "inputcomponentlinelevel.htm"
  287. 3 "LoadRexxSql()" "loadrexxsql.htm"
  288. 3 "IsDebugOn()" "isdebugon.htm"
  289. 3 "MacroGet()" "macroget.htm"
  290. 3 "MacroSet()" "macroset.htm"
  291. 3 "MakeWebLinks()" "makeweblinks.htm"
  292. 3 "MustDeleteFile()" "mustdeletefile.htm"
  293. 3 "OptionGet()" "optionget.htm"
  294. 3 "OptionSet()" "optionset.htm"
  295. 3 "PadString()" "padstring.htm"
  296. 3 "ProcessNext()" "processnext.htm"
  297. 3 "QueryExists()" "queryexists.htm"
  298. 3 "QuoteIt()" "quoteit.htm"
  299. 3 "RandomString()" "randomstring.htm"
  300. 3 "ReplaceCurlyHexCodes()" "replacecurlyhexcodes.htm"
  301. 3 "ReplaceMacros()" "replacemacros.htm"
  302. 3 "ReplaceString()" "replacestring.htm"
  303. 3 "ReplaceStringCI()" "replacestringci.htm"
  304. 3 "RexxVarDefined()" "rexxvardefined.htm"
  305. 3 "RexGetTmpFileName()" "rexgettmpfilename.htm"
  306. 3 "Say()" "say.htm"
  307. 3 "SetEnv()" "setenv.htm"
  308. 3 "SetId()" "setid.htm"
  309. 3 "SetXCode()" "setxcode.htm"
  310. 3 "SStrip()" "sstrip.htm"
  311. 3 "StackPush()" "stackpush.htm"
  312. 3 "StackPop()" "stackpop.htm"
  313. 3 "Summary()" "summary.htm"
  314. 3 "Tabs2Spaces()" "tabs2spaces.htm"
  315. 3 "TimeStamp()" "timestamp.htm"
  316. 3 "ToLowerCase()" "tolowercase.htm"
  317. 3 "UpdateCrc32()" "updatecrc32.htm"
  318. 3 "UrlDecode()" "urldecode.htm"
  319. 3 "UrlEncode()" "urlencode.htm"
  320. 3 "Warning()" "warning.htm"
  321. 3 "WriteLineToTmpImportFile()" "writelinetotmpimportfile.htm"
  322. 3 "_filespec()" "filespec.htm"
  323. 3 "_SysFileDelete()" "sysfiledelete.htm"
  324. 3 "_SysFileTree()" "sysfiletree.htm"
  325. 2 "Rexx Subroutines in PPWIZARD" "rexx_subroutines_in_ppwizard.htm"
  326. 1 "Related Tools & Links" "links.htm"
  327. 1 "PPWIZARD Extensions" "ppwizard_extensions.htm"
  328. 2 "VALRURL.H - Remote Resource Validation" "valrurl_h.htm"
  329. 2 "PPWSORT.H - Sorting" "ppwsort_h.htm"
  330. 1 "Performance" "performance.htm"
  331. 1 "e-Zine! Articles" "thirdpartyppw.htm"
  332. 1 "Examples / Tips" "examples.htm"
  333. 2 "A Macro Which Expands Another" "tipexpandmacro.htm"
  334. 2 "Wise Installer OLE Automation" "wiseinstalleroleautomation.htm"
  335. 3 "The Header File - BSD.WIH" "wiseinstalleroleautomationbsdheader.htm"
  336. 3 "The Header File - WISEINST.WIH" "wiseinstalleroleautomationwiseinstheader.htm"
  337. 2 "Creating HTML pages from Windows URL Shortcuts or OS/2 URL Objects" "bookmarks.htm"
  338. 2 "Importing fields into 3 HTML documents" "importtomulthtmlpages1.htm"
  339. 2 "Importing Fields, Each Record To It's Own File" "importtomulthtmlpages2.htm"
  340. 2 "#import - EXCEL via VbScript" "importexcel.htm"
  341. 2 "Automatically Create Chart Images" "createcharts.htm"
  342. 2 "Create Multiple Files From Template" "create_multiple_files_from_template.htm"
  343. 2 "Resource Validation - Local" "resource_validation_local.htm"
  344. 2 "SHARING HEADERS - HTML + REXX CGI" "sharing_headers_html_rexx_cgi.htm"
  345. 2 "TEXTEDIT with PPWIZARD" "textedit_with_ppwizard.htm"
  346. 2 "Accessing SQL DATABASES Directly" "importsqlviarexx.htm"
  347. 2 "Rexx Preprocessing" "rexxpreprocessing.htm"
  348. 3 "Rexx Example" "rexxexample.htm"
  349. 4 "REXAMPLE.X" "rexamplex.htm"
  350. 4 "REXAMPLE.XH" "rexamplexh.htm"
  351. 4 "REXAMPLE.REX (generated output)" "rexamplerex.htm"
  352.