|
-
Feb 12th, 2004, 10:44 AM
#1
Thread Starter
New Member
run-time error 13 - type mismatch
Hi, pls what's wrong with the code below?
(PLS NOTE: optNumber is a radio button array, txtNumber is a text box)
Private Sub optNumber_Click(Index As Integer)
Dim OldNumber As String
Dim NewNumber As String
OldNumber = txtNumber.Text
NewBase = optNumber(Index).Tag 'problematic line
I keep getting the following error:
"run-time error 13 - type mismatch"
I'll be very grateful for any assistance offered
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|