G
Guest
Hi Al
Hopefully this is will be quite simple to answer !!! The following code produces the error "Object reference not set to an instance of an object
Dim objStream As StreamReader = New StreamReader(strFileName
Dim objStringBuilder As StringBuilder = New StringBuilde
Dim strLine As Strin
D
strLine = objStream.ReadLine.PadRight(10,Chr(32)
objStringBuilder.Append(strLine & ChrW(10)
Loop Until (strLine Is Nothing
objStream.Close(
It is probaly something majorly obvious but I cant see it for the life of me
TI
Adrian
Hopefully this is will be quite simple to answer !!! The following code produces the error "Object reference not set to an instance of an object
Dim objStream As StreamReader = New StreamReader(strFileName
Dim objStringBuilder As StringBuilder = New StringBuilde
Dim strLine As Strin
D
strLine = objStream.ReadLine.PadRight(10,Chr(32)
objStringBuilder.Append(strLine & ChrW(10)
Loop Until (strLine Is Nothing
objStream.Close(
It is probaly something majorly obvious but I cant see it for the life of me
TI
Adrian