Hi,
I don't understand why this ononline script :
Dim sLine As String
dim sr as New System.IO.StreamReader("filename.txt")
sLine = sr.ReadLine()
sr.Close()
Dim MyTextStream As xpTextObject = Nothing
Self.GetObjectByName("stream", MyTextStream)
MyTextStream.text=Sline
Take 1 or 2 second to go online...
My text file has 1043 chars, not so big...