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
1155170
1155170
The following examples show how the insertstring command can be used on a preexisting variable called mystring with a starting value of This is a string:

Panel
Html bobswift
<pre>
insertstring mystring " sample" pos=10
echo "$(mystring)"
This is a sample string

insertstring mystring "sample " startseq=" " startseqnum=3
echo "$(mystring)"
This is a sample string
</pre>

Anchor
1155179
1155179

Anchor
1154931
1154931

...