Hi
All scripts working with Variant type only (or using simple type
conversion to variant).
for example scripts can't working with Variant as string array.
Probable check this.
Re: Comparing a variant string with char* ... I understand what you are saying, but the above code compiles and runs ... A VARIANT type is not a string, and is not comparable to a string; ... There is no VARIANT type that can represent a char string, for example, although there is ... (microsoft.public.vc.mfc)
Re: Increment a Variable? ... >> No, it does not have to be a Variant type, but you can't change data... >> types with a redim unless the array is contained in a Variant.... > Dirk Goldgar, MS Access MVP ... (microsoft.public.access.formscoding)
Re: Invalid variant type conversion ... >> If there was no variant type, one would probably create one for ... who definately serve a purpose when you want to ... One may discuss the possible problem with coding with variants vs. the ... simple variant assignment may include 100's of instructions. ... (comp.lang.pascal.delphi.misc)
Com variant ... I'm calling a COM function on an IUnknown interface that returns a variant...int ReadProperty(string PropName, out object PropValue); ... saying that it cannot marshal the variant type.... (microsoft.public.dotnet.framework.interop)
Re: Arrays. Beginners question! ... What Bob suggest is that instead of using a variant array,... This is one of those cases when a variant type is your friend. ... Also note that Bob qualified the variant type by explicitly including "as variant" ... (microsoft.public.vb.general.discussion)