Function name:
|
Usage:
|
@Concat
|
@Concat (str1...) Takes any number of string parameters, concats all parameters, ignoring no data.
|
@Copy
|
@Copy (TheStr, StartPos, Count) Returns substring of TheStr from StartPos for Count.
|
@Length
|
@Length (str) Returns the number of characters in the string, str.
|
@Pos
|
@Pos( substring, string ) Returns the position of substring within string.
|
@Space
|
@Space (str1…) Takes any number of string parameters. Concats all parameters, inserting spaces between each.
|
@Token
|
Token( aString, aDelimiter, aIndex ) Returns a subString of aString using aDelimiter to index the string and aIndex to specify which indexed substring to return
|
|