On Wed, Aug 27, 2008 at 9:51 PM, Vernon Cole <[EMAIL PROTECTED]> wrote: > > 2) implemented as: > from System import Array,Byte > a = Array[Byte](map(lambda c: ord(c),elem)) > p.AppendChunk(a) > gives: > SystemError: Unexpected VarEnum 8209.
8209 is 0x2011, which is indeed VT_UI1 | VT_ARRAY. Do you know as what type this argument ends up getting passed when you call this through pythoncom? -- Curt Hagenlocher [EMAIL PROTECTED] _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com