1. I base the assumption on several VBS codesamples, here is one from the ADSI SDK:
quote:
x.PutEx ADS_PROPERTY_APPEND, "OtherhomePhone", Array("333-3333")
2. Your right, it appears the same, however some difference must exist in the stored string format, as the first 2 elements in the array are accepted and the third appears as garbage.

I guess getting the array preserves the stringformat if you don't mess with it.

Listing the VarType() for each element gives 8 (string) for all elements, including the added one (Ruud?).

Sorry obout the quoting