Hey guys! Whats wrong with this code? I cant find out
It gives me the "Additional information: Object reference not set to an instance of an object." at the line temp = temp.Replace...Code:Dim streamer As System.IO.StreamReader streamer = My.Computer.FileSystem.OpenTextFileReader("kerdes.txt") Dim temp As String = streamer.ReadLine() temp = temp.Replace(" ", "") valasz(i, j) = temp




Reply With Quote
