E
elziko
If I have an array of objects (each of which is a string) how would I coerce
one item in that array into a DateTime
TheArray(i) = CType(TheArray(i),DateTime) doesn't seem to work (after this
the item still remains a String type). I can create a new array and copy
each value over coercing when necessary but I'd rather not create a new
array of possible.
one item in that array into a DateTime
TheArray(i) = CType(TheArray(i),DateTime) doesn't seem to work (after this
the item still remains a String type). I can create a new array and copy
each value over coercing when necessary but I'd rather not create a new
array of possible.