hi, >> Public Sub Application_Read() >> >> Dim sBuf As String >> >> Read #Last, sBuf, Lof(Last) >> > here i get again error for Read #Last > "Dynamic symbols cannot be used in static function" > > is this a bug? it works fine for me?