String Operations
$ vbl[start,length] = string
Notes:
Substrings within a longer string can be replaced. The starting position and the length of replacement (in bytes) are indicated within the square brackets following the name of the target string. The colon-equal operator (“:=“)or the colon-equal-equal operator (“:==“) MUST be used for this type of assignment.
The example illustrates replacing a single character near the middle of a string.