typeof(var) gives something too specific, like Int16, Float32, etc. Is there a convenient way to determine if var is a number or something else (string)? I tried isreal(var), but it gives an error in case var is not a number.

Reply via email to