Skip to main content
Version: 26.3

split

Command, Operator

split, split by

Examples:

set partnum to "A;443;zx;19"
split partnum by semicolon
put partnum -—> ["A","443","zx","19"]
put "G@RV@7&8" split by "@" -—> ["G","RV","7&8"]

Further Reading

Resources in our other reference manuals:

Related terms in the SenseTalk Dictionary:



note

This page is under construction: it has not been reviewed for completeness.