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.

...

The following shows how these built-in variables can be used:

Panel

Html bobswift

<pre>
open remote=mymachine port=10000 user=me pwd=mypwd
if $(_lastrc EQ 0)
  print msg="Connected to $(_remote.host):$(_remote.port)"
  print msg="    as $(_remote.user) from $(_local)"
end
</pre>

 

This example produces the following output:

Panel

Html bobswift

<pre>
Connected to mymachine:10000
   as me from (local)
</pre>