I need to perform data type conversion from for an int64 data type (range -9223372036854775808 to +9223372036854775807). However, my company is only using VB6, not
VB.Net and I read somewhere else that such a data type range is native as Long in
VB.Net but not in VB6. Does anyone know how to perform such a data type conversion in VB6? For other types such as int (32bit in VB6), I have been using functions such as CInt without any problem. Help!!!