Mid method
Syntax
Invoke Mid, lpszString, lStart, lChars
Function
Converts the specified string to the middle lChars characters from the lStart position (zero-based).
Parameters
lpszString
Pointer to the effective address of the null-terminated string to be converted.
lStart
Zero-based position to be the first character of the resultant string.
lChars
Number of characters (from the lStart position) to add to the resultant string.
Return value
Eax returns TRUE if succesful, or FALSE if not.