CUT returns a range, without copying
Categoryname
CUT value1 value2
value1 - STRING! to be cut
value2 - length to cut the string to
This method has no refinements
CUT Cuts a STRING! variable to a certain length. Most often used in combination with COPY like the example.
string: "Meta is my new programming language of choice"
new-string: copy cut string 4