String manipulation


Table of Contents

Asc — Get ASCII code of the character
DateTimeToString — Convert a datetime to the string
NumToString — Convert a number to the string
printf — Print formatted output to the output window. (○)
StringCount — Count the occurrences of substring within a string
StringExtract — Extracts given item (substring) from comma-separated string
StringFind — Find substring in a string
StringFormat — Write formatted output to the string
StringLeft — Extracts the leftmost part
StringLen — String length
StringMid — extracts part of the string
StringReplace — String replace
StringRight — Extracts the rightmost part of the string
StringToDateTime — Convert string to datetime
StringToLower — Convert a string to lowercase
StringToNum — Convert a string to the number
StringToUpper — Convert a string to uppercase