Jump to content

API Expand: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import API changes
JonnyW (talk | contribs)
XML import of updated API docs
Line 1: Line 1:
<sidebar>API contents</sidebar>
<sidebar>API contents</sidebar>
Various variable and code expansion routines
Various variable and code expansion routines
Line 32: Line 34:


==Examples==
==Examples==
''<span style="color:red;">No additional information</span>''
''<span style="color:red;">No additional examples</span>''


==See also==
==See also==
''<span style="color:red;">No additional information</span>''
''<span style="color:red;">No additional information</span>''

Revision as of 09:58, 17 June 2013


<sidebar>API contents</sidebar> Various variable and code expansion routines


Functions provided for this class

PathName Expands a string using the built-in pathname expansion variables
MacroName Expands a string to the name of a macro used in the generated code
VarName Expands a string to the name of a global variable used in the generated code
Property Expands a string to the name of a property used in the generated code
MacroHead Expands a macro name to the code generated for the header of that macro
MacroBody Expands a macro name to the code generated for the body of that macro
MacroTail Expands a macro name to the code generated for the tail of that macro


Examples

No additional examples

See also

No additional information