Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

$(variable_name)

For example:

Panel

Html bobswift

<pre>
set srcfile=myfile.txt
set dstfile=yourfile.txt
copy src=$(srcfile) dst=$(dstfile)
</pre>

Variable Attributes

In addition to accessing the value of a variable, you can access information about that variable through its attributes.

...