Previous Topic: SetMode64 - Accessing Windows 64-bit Registry and File SystemNext Topic: Asc - Convert a Character to an ASCII Value


String Manipulation Functions

The String Manipulation functions can be used on all supported operating systems.

Important! The input strings for String Manipulation Functions must not contain Japanese characters on Linux computers.

More information:

InStr - Scan a String for the occurrence of a Substring

Val - Convert String to Integer

ValEx - Convert Decimal, Hexadecimal, or Octal String to Integer

LCase - Convert Uppercase Letters to Lowercase Letters

Left - Return the Leftmost n Characters from the String

Len - Obtain the Length of the String

Mid - Return a Substring from a String

Right - Return a Substring with Rightmost n Characters

Str - Convert Numeric Expression to String

Asc - Convert a Character to an ASCII Value

Chr - Convert Integer to Wide Character

Trim - Remove Leading and Trailing Spaces from a String

UCase - Convert Lowercase Letter to Uppercase