- 'Marks text as a comment. 
- abstorelativeChanges the reference to a file from absolute (root directory) to relative. The         relative path will be the difference between path_1 and             path_2. 
- addfilepathAdds a path to the search path used by Templex. 
- appendAppends an output file to the end of a specified file. 
- attach_note_atSpecifies the point to which a note is attached. 
- attach_note_toSpecifies the curve to which a note is attached. 
- automirReturns a mirror factor (either 1 or -1) that is value-dependent, either by position         of the centroid or the position of the min/max values relative to the x axis. 
- closeTerminates output to the currently open output file. 
- curvalReturns a vector value at the current animation timestep. 
- curveeditTrim, bridge, cut, or replace curves within a given range. 
- defineDefines macros, headers, and footers. 
- dictionaryCreates a dictionary in Templex. 
- display_as_outputAutomatically processes templates, auto_templex_report. 
- echoSends a string or mathematical expression to the standard error stream. 
- elseDefines an additional execution path for an if block. 
- elseifDefines a conditional execution path for an if block. 
- enddefineCompletes a macro definition. 
- endifCompletes an if block. 
- endloopCompletes a loop construct. 
- evalEvaluates the contents of a string as an expression. 
- exitTerminates the current template. 
- fileopenOpens the file specified by the path and also returns a handle to the         file. 
- filereadstringReads data from the file based on the expression. 
- forBegins a loop construct. 
- foreachLoops once for each element in an array or list. 
- formatSpecifies the default format for numeric output. 
- getcwdReturns the path for the current working directory. If you switch directories in the         console or when loading files, the current working directory path will follow. 
- getvalueatindexRetrieves a value from a vector. 
- ifBegins an if block. 
- includeCalls a template from within the current template. 
- interpret_setAllows you to set a variable using Templex. 
- openOpens a new output file. 
- pageInserts a page break. 
- parameterDefines a DOE parameter. 
- pathAdds a directory path to a path list for included files. 
- readReturns a vector from the specified data file. 
- readfillSpecifies a fill file to be read by Templex. 
- readmacGiven a reference mode in one result file, readmac searches for         the best matched mode shape in a target file using model assurance criteria         (MAC). 
- registerexternalfunctionAdds external math functions to a Templex         template. 
- registerexternalreaderAdds an external reader to a Templex template for         importing results data. 
- relativetoabsChanges the reference to a file from relative to absolute. 
- removefilepathRemoves a path from the search path used by Templex. 
- report_animateEnables text animation for the text client. 
- rmaxReturns a vector where the value for each index is the maximum value from the range         of index 0 to this index. 
- safe_quotes_offTurns off safe quotes. 
- safe_quotes_onTurns on safe quotes. 
- setAssigns a value to a variable within a template. 
- sync2Synchronizes two different vectors. 
- sysarchReturns the platform that Templex is being run         on. 
- systemIssues a command to the operating system. 
- tableFormats multiple arrays into columns. 
- templex_offTurns off Templex statement processing until a             templex_on statement is encountered. 
- templex_onTurns on Templex processing. 
- undefUndefines macros and turns off headers and footers. 
- whileBegins a loop construct.