Difference between revisions of "What Is a Macro?"

From Flowcode Help
Jump to navigationJump to search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<sidebar>Sidebar: Flowcode Help Overview</sidebar>
 
<sidebar>Sidebar: Flowcode Help Overview</sidebar>
{| class="wikitable" style="width:60%; margin:auto;"
+
Introduction and overview of macros, component macros, simulation macros, functions and events, learn how to effectively use the different types of macros and the simulation functions available effectively.
 +
{| class="wikitable" style="width:70%; margin:auto; text-align:center;"
 
|-
 
|-
 
! colspan="2" | [[Exercise - Using Component Macros]]
 
! colspan="2" | [[Exercise - Using Component Macros]]
 
|-
 
|-
 
| width="40%" align="center" | [[Selecting Component Macros]]
 
| width="40%" align="center" | [[Selecting Component Macros]]
| width="60%" |To be completed
+
| width="60%" |Information detailing component macros and how to use them
 +
|-
 +
! colspan="2" | [[Exercise - Using Simulation Macros]]
 +
|-
 +
| width="40%" align="center" | [[Simulation Only Code]]
 +
| width="60" |Overview of simulation-only code and difference between downloadable code
 
|-
 
|-
 
! colspan="2" | [[Exercise - Using Macros]]
 
! colspan="2" | [[Exercise - Using Macros]]
Line 13: Line 19:
 
|-
 
|-
 
| width="40%" align="center" | [[Editing and Deleting Macros]]
 
| width="40%" align="center" | [[Editing and Deleting Macros]]
| width="60%" |How to edit or delete a macro
+
| width="60%" |How to edit or delete a macro including associated options
 
|-
 
|-
 
| width="40%" align="center" | [[Exporting a Macro]]
 
| width="40%" align="center" | [[Exporting a Macro]]
Line 21: Line 27:
 
| width="60%" |How to import a macro and any conflicts which may occur
 
| width="60%" |How to import a macro and any conflicts which may occur
 
|-
 
|-
! colspan="2" | [[Exercise - Inserting Code Into Flowcode]]
+
| width="40%" align="center" | [[Simulation Events]]
|-
+
| width="60%" |Introduction to simulation event macros and available functionality
| width="40%" align="center" | [[Supplementary Code]]
 
| width="60%" |How to use 'Supplementary Code' and why it is used
 
 
|}
 
|}

Latest revision as of 14:06, 19 September 2013

<sidebar>Sidebar: Flowcode Help Overview</sidebar> Introduction and overview of macros, component macros, simulation macros, functions and events, learn how to effectively use the different types of macros and the simulation functions available effectively.

Exercise - Using Component Macros
Selecting Component Macros Information detailing component macros and how to use them
Exercise - Using Simulation Macros
Simulation Only Code Overview of simulation-only code and difference between downloadable code
Exercise - Using Macros
Creating a New Macro How to create a macro and details of the options available
Editing and Deleting Macros How to edit or delete a macro including associated options
Exporting a Macro How to export a macro and use the options available
Importing a Macro How to import a macro and any conflicts which may occur
Simulation Events Introduction to simulation event macros and available functionality