J
JR
Hi,
I write a console program and some characters are not correct when I
rederect the output to a file
this are the textes that gives problems.
Dim c1 As String = " ?" '179¦
Dim c2 As String = " ?" '192+
Dim c3 As String = " ?" '195+
Dim c4 As String = "? " '196
the came out the file as: ² Ä
how can I solve this.
Jan
I write a console program and some characters are not correct when I
rederect the output to a file
this are the textes that gives problems.
Dim c1 As String = " ?" '179¦
Dim c2 As String = " ?" '192+
Dim c3 As String = " ?" '195+
Dim c4 As String = "? " '196
the came out the file as: ² Ä
how can I solve this.
Jan