cut

Inserted or changed with LCOS 8.50

This action removes a certain number of characters from the target variables. Enter as a parameter the position of the character to be deleted counting from the left and, optionally, the number of characters to be deleted.

Examples

The following action will delete all characters in the variable wizard.name after the 2nd character.
cut wizard.name, 2
The following action will delete all characters in the variable wizard.name exactly 4 characters after the 2nd character.
cut wizard.name, 2, 4