Hello,
I've define a TextBox As Byte. Only numeric can be the input. I have made a
ErrorCheck().
The problem next:
If Val(Form1.txtTe xt1.Text) "This is the problem" is not a byte Then
etc.
What do i have to fill in by: This is the problem is not a byte
I have try <> Byte, but this doesn't work.
I can the input define As String or something but I want only numeric that
can input.
Can someone help me, Thanks
I've define a TextBox As Byte. Only numeric can be the input. I have made a
ErrorCheck().
The problem next:
If Val(Form1.txtTe xt1.Text) "This is the problem" is not a byte Then
etc.
What do i have to fill in by: This is the problem is not a byte
I have try <> Byte, but this doesn't work.
I can the input define As String or something but I want only numeric that
can input.
Can someone help me, Thanks
Comment