Purpose Split a string into two parts |
Solution // sample value Set V[account] "123-45678" // to text variable // use CopyText with delimiter= to split the text CopyText fromText="x" toString="part2" line=2 delimiter="-" // test message
|
Components |