:sign0085:Hi
I use the following code
Sub App_Start
FileOpen(c1,"data.txt",cRandom)
bin.New1(c1,False)
bin.WriteString ("This is a long text with bla bla bla")
FileClose(c1)
End Sub
The File "data.txt" shows the following result:
$This is a long text with bla bla bla
HELP! The $ should not be there !
If I write other Text, other charakters are on 1st place.
I use the following code
Sub App_Start
FileOpen(c1,"data.txt",cRandom)
bin.New1(c1,False)
bin.WriteString ("This is a long text with bla bla bla")
FileClose(c1)
End Sub
The File "data.txt" shows the following result:
$This is a long text with bla bla bla
HELP! The $ should not be there !
If I write other Text, other charakters are on 1st place.