|
-
Feb 27th, 2007, 07:01 PM
#1
Thread Starter
Lively Member
Resolved [2005] DIm statement twice
do i really have to declare a variable twice
IF intTemp > 32 or < 95 (because doesn’t state if these temp included too) Then
lblWarning.text = “Normal Temperature”
End if
that is wrong
im assuming the following is corrected because it doesnt say that there is build time errors.
If inttemp < 95 And inttemp > 32 Then
lblwarning.Text = "Normal Temperature"
End If
Last edited by int3gral; Feb 28th, 2007 at 11:37 AM.
H22 Turbo guy from Accordtuner.com
im an unknown quantity <10
 Originally Posted by wossname
You should get one of the new rudePods. You can cram about 500 hours of insults, put-downs and slanders on it.
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
|