Results 1 to 14 of 14

Thread: [RESOLVED]Multiple IF's

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member dandono's Avatar
    Join Date
    Aug 2004
    Location
    Cornwall, UK
    Posts
    485

    Resolved [RESOLVED]Multiple IF's

    hi, how can i have several IF statements in a statement. if you know vb then it may make more sence as:
    VB Code:
    1. If var1 = "something" then
    2.      If var2 = "somethingelse" then
    3.           Do_Something
    4.      End If
    5. End If
    does that help? this is like the best i can explain which either makes me stupid or not that good at thinking.
    thanks, dandono
    Last edited by dandono; Dec 28th, 2005 at 05:26 PM.
    If there is only one perfect person in the universe, does that make them imperfect?

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