Re: [GENERAL] How to know the type of an expression ?

2006-10-30 Thread Albe Laurenz
> Is there a means to know the type of an expression ? > Something like a "typeof" function ? > > As I work a lot with numbers of type "numeric", I often want to know > the precision of the result returned by an expression, in case the > returned result is "numeric". > I would also like to know if

[GENERAL] How to know the type of an expression ?

2006-10-29 Thread maa1666
Is there a means to know the type of an expression ? Something like a "typeof" function ? As I work a lot with numbers of type "numeric", I often want to know the precision of the result returned by an expression, in case the returned result is "numeric". I would also like to know if numbers of ty