|
-
Sep 10th, 2006, 07:48 AM
#1
Thread Starter
Junior Member
Why isent this code working?
(...)
Dim ex1 As Double
Dim ex2 As Double
Dim ex3 As Double
Dim ex4 As Double
Dim Sum As Double
Sum = txtResult.Text
ex1 = txtex1.Text
ex2 = txtex2.Text
ex3 = txtex3.Text
ex4 = txtex4.Text
Sum = ex1 + ex2 + ex3 + ex4
txtResult.Text = (Sum)
(...)
For some reason this one dont work..what am i doing wrong?
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
|