What I mean is, if an " AS" is not explicitly used when assigning a numeric value to a variant variable, the variant variable defaults to being a VT_R8 type. Most of the numeric work I do is better suited for integer types, not floating number types. So, does anybody know a way I can hook the PB RTL, so to speak, so it uses VT_I8 as its default numeric type for variants rather than using VT_R8 as its default?
Thanks much for any assistance.
Thanks much for any assistance.

Comment