in reply to Type casting
# this will be false ('1992' eq '1992.0') # whereas this is true ('1992' == '1992.0') [download]
As always, golden rule - post your code snippet!
cLive ;-)