Schmidt, Allen J. writes:
....
You can use the function "same_type". As the name suggests, it
takes two arguments and returns whether they have the same type.
You use it, e.g., like "same_type(my_var,'')" (to test whether
"my_var" contains a string).
Dieter