Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Online Education (https://www.askmehelpdesk.com/forumdisplay.php?f=401)
-   -   rewrite as a select case statemnet: if selection==1 then display "you selected A." (https://www.askmehelpdesk.com/showthread.php?t=703633)

  • Sep 20, 2012, 05:57 PM
    bsumner
    rewrite as a select case statemnet: if selection==1 then display "you selected A."
    Rewrite as a selet case statement

    If selection ==1 then
    Display "you selected A"
    Else if selection==2 then
    Display "you selected 2'
    Else if selectiion == 3 then
    Display "you selected 3"
    Else if selection ==4 then
    Display "you selected 4"
    Else
    Display 'Not good with number eh?'
    End If

  • All times are GMT -7. The time now is 02:34 PM.