Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You define Global variables either by:

Html bobswift
<ul>
<li> Selecting <b>Other > Variables</b> from the 

Automation Center

Html bobswift
 navigation pane.
<li> Using the 

Set Variable action

...

Global variables are stored in the ops_variable table.

...

When you enter a variable into a text field, precede the variable with the dollar sign ( $ ) and enclose the variable in curly braces ( { } ). You can enter a series of variables or nested variables.

Examples:

html-bobswift
Panel
<pre>
${variable_name}
${v1}${v2}
${${inner_variable}}
</pre>

Anchor
Creating a Variable
Creating a Variable
Creating a Variable

...