CharEnumerator: Current (get) |
This returns the current item of the enumeration. The current item is called after a successful MoveNext.
Public Property Get Current ( ) As Integer
The return value is a 16-bit signed Integer. This means that characters above &H7fff (32767) with be negative. To change this to the corrisponding positive value, add &H10000 (65536) to the value.
Read Only.