08-06-2008 08:19 AM
08-06-2008 08:24 AM
Sorry, hit post button by accident.
this is the rest of the script.
Sub EditBox6_EventChange()
Dim This : Set This = EditBox6
R10 = this.text
End Sub
Sub EditBox6_EventInitialize()
Dim This : Set This = EditBox6
this.Text = R10
End Sub
Thanks
Stagsden
08-07-2008 01:36 AM