E
Eddie B.
Does anyone know how to do Chr$(13) in .NET?
Thanks,
Eddie
Thanks,
Eddie
Eddie B. said:Does anyone know how to do Chr$(13) in .NET?
Eddie said:Does anyone know how to do Chr$(13) in .NET?
* "Eddie B. said:Does anyone know how to do Chr$(13) in .NET?
* "Cor Ligthert said:Hi Eddie or others do not take this serious.
Are you sure that chr function will not end in a while.
As I promished you, have I made another procedure more in your new style. It
saves typing the hr.
)
Cor
\\\
Public Module AustrianConverter
Dim C As New HKWConverter
Private Sub Main()
Dim HKW As Char = C(13)
End Sub
End Module
Public Class HKWConverter
Inherits System.Collections.CollectionBase
Public Sub New()
For i As Integer = 0 To 255
List.Add(Convert.ToChar(i))
Next
End Sub
Default Public Overloads ReadOnly _
Property Item(ByVal index As Integer) As Char
Get
Return DirectCast(list.Item(index), Char)
End Get
End Property
End Class
////
* "Cor Ligthert said:I check this at you: does Google newsgroup automaticly skip OT messages?
(This nice procedure I made special for you is not in Google)
When that is so than you can wait on every OT message from you a certain
message.