Results 1 to 2 of 2

Thread: [RESOLVED] testing only

  1. #1

    Thread Starter
    Fanatic Member ZeBula8's Avatar
    Join Date
    Oct 2002
    Posts
    548

    Resolved [RESOLVED] testing only

    VB Code:
    1. Dim iNSANE as String
    2.  
    3. iNSANE = "ME"



    Code:
    Dim iNSANE as String
    
    iNSANE = "ME"

  2. #2
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    Re: testing only

    VB Code:
    1. Dim iNSANE as String
    2. Dim u as string
    3. u = "You"
    4. iNSANE = "ME"
    5. msgbox u & "are" & iNSANE

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