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
1155908
1155908
The following examples use a predefined string, mystring, with a starting value of This is a test.

Panel
Html bobswift
<pre>
pad mystring length=20
echo "$(mystring) TheEnd"
This is a test      TheEnd

pad mystring length=20 seq="-"
echo "$(mystring)"
This is a test------
</pre>

Anchor
1154381
1154381