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.

...

Anchor
1156363
1156363
To return from the currently executing script using the current value for _rc:

Panel
Html bobswift
<pre>
return
</pre>


To return from the currently executing script using a specific numeric return value to set _rc to:

Panel
Html bobswift
<pre>
return 4
</pre>