ADVANCE Advances a STRING! variable one position
Categoryname
ADVANCE value
value - A string value
This method has no refinements
ADVANCE advances a STRING! variable one position, rather than using SKIP string 1 to advance just one position.
ADVANCE updates a variable, like INCREMENT
string: "!Meta"
advance string
write/line string
Result:
Meta