Forum Discussion
RABrown1986
14 years agoNew Contributor
Hey Ashley, if I understand your question correctly you're just looking for a variable type to store the data that you've converted with the aqConvert function.
I believe the type of varaible you are looking for is "var", which is designed to be open-ended to hold any data type.
So you could say:
var convertedDate = aqConvert.StrToDate(strDate)
and it will store the converted value as a date.
I believe the type of varaible you are looking for is "var", which is designed to be open-ended to hold any data type.
So you could say:
var convertedDate = aqConvert.StrToDate(strDate)
and it will store the converted value as a date.