I know you can convert integers to strings and things likee that (CStr), but how can one change complex types such as Forms converted to OLEColors?
Printable View
I know you can convert integers to strings and things likee that (CStr), but how can one change complex types such as Forms converted to OLEColors?
Some conversions you cannot do. OLEColor is a value and Form is an object. It's like converting apples to oranges.
That was just a quick example.
But how would you convert complex types back and forth?