Results 1 to 18 of 18

Thread: [RESOLVED] Check the value of a Variable then take some action

Threaded View

  1. #1

    Thread Starter
    Lively Member MaxRaceSoftware's Avatar
    Join Date
    Feb 2007
    Posts
    83

    Resolved [RESOLVED] Check the value of a Variable then take some action

    How can i check the value of a Variable
    then take some Action
    without using IF THEN or Select Case

    Typically ;
    Lets say X = 5
    IF X = 5 Then Exit Sub

    however,
    how can i know value of X
    then take some action according to value of X
    without using IF THEN or Select Case statements

    is this possible ??
    Last edited by MaxRaceSoftware; Feb 1st, 2013 at 06:03 AM.

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