Strings
A string is a piece of text. The commands in this section can manipulate the text in a string.
This commands are not available for X2
This commands are not available for X2
- <RetVar/IF> get length of string <Var/String>
- <RetVar> = find position of pattern <Var/String> in <Var/String>
- <RetVar> = get substring of <Var/String> offset=<Var/Number> length=<Var/Number>
- <RetVar> = string <Var/String> to integer
- <RetVar> = substitute in string <Var/String> : pattern <Var/String> with <Var/String>
- <RetVar> = format seconds=<Var/Number> to Zura time string