In Visual Basic 6, are the sizes of data types constant on every version of Windows?
I know in C++, the sizes are not guaranteed (ie: an integer may be 2 bytes on one system, 4 bytes on another).
Is there any real need for the LenB() function or are they always the same?
