Re: [IronPython] Using StreamReader.Read(char[], Int32, Int32)

2006-02-13 Thread Dino Viehland
for creating arrays w/ no initial values. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paparipote . Sent: Saturday, February 11, 2006 8:28 AM To: users@lists.ironpython.com Subject: [IronPython] Using StreamReader.Read(char[], Int32, Int32) Hello: I need your

[IronPython] Using StreamReader.Read(char[], Int32, Int32)

2006-02-11 Thread Paparipote .
Hello: I need your guidelines please, I am a little (or very??) confused with the next: . . . r = StreamReader(file,System.Text.Encoding.Default) c=[] ?? r.Read(c,0,3) Traceback (most recent call last): File , line 0, in input##43 File mscorlib, line unknown, in Read ValueError: Offset and