Results 1 to 3 of 3

Thread: Resolved [2005] DIm statement twice

Threaded View

  1. #1

    Thread Starter
    Lively Member int3gral's Avatar
    Join Date
    Jan 2007
    Posts
    88

    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


    Quote 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
  •  



Click Here to Expand Forum to Full Width