LEFT

The function LEFT returns a string with a given number of characters starting from left.

LEFT(string, number) => string

Example

A = "GC WIZARD"
PRINT LEFT(A, 2)