Don't know if this helps, but what I get from it is, that text as such might
not be used as a string data type. You can take it for what it is worth. It
is a Microsoft definition.
data type:
The characteristic of a variable that determines what kind of data it can
hold. Data types include Byte, Boolean, Integer, Long, Currency, Decimal,
Single, Double, Date, String, Object, Variant (default), and user-defined
types, as well as specific types of objects.
So if text is not one of the other eleven categories, it is probably string.
- Show quoted text -