> Public Application_Read() > > Dim Keys As String > > ' Read up to (so the negative sign) 256 characters from the standard input > Keys = Read, -256 > ... > > End > I may have done a bug in the compiler, as normally it should be just "Read -256", which is equivalent to "Read #File.In, -256". Regards, -- Benoît Minisini