Left method


Syntax

Invoke Left, lpszString, lChars

Function

Converts the specified string to the first (leftmost) lChars characters.

Parameters

lpszString

Pointer to the effective address of the null-terminated string to be converted.

lChars

A DD value specifying the number of left characters to convert the string to.

Return value

Eax returns TRUE if succesful, or FALSE if not.