variant and new data types?

what is the level of support for variants containing new data types like text or auto?

I saw VarType for Text is 37, so I can use that in my plugins and query stringValue of those variants.

TypeText constant is missing in Variant: Feedback case 37576.
and Variant.TextValue returns string instead of text? case 37577.

Entirely supported.

[quote=156538:@Christian Schmitz]TypeText constant is missing in Variant: Feedback case 37576.
and Variant.TextValue returns string instead of text? case 37577.[/quote]

These are both bugs in autocomplete. The compiler has the correct declarations for these items.

Thanks.