Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9229529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T05:35:40+00:00 2026-06-18T05:35:40+00:00

I have to write up a statement that will let me compare versions of

  • 0

I have to write up a statement that will let me compare versions of something and return a specific letter/number. At the moment the version being passed is in the correct format (EX: if its version 14 its being passed to me as version D, which is what would need to be returned) but I also need to check to see if its not ANY of these 40ish results.

For instance if I get passed a 99999 as a version that’s not in our range of Versions we need to return, so I would have to return just an X. Is there an easy way to do this without needing to write out 40 if statements or switch cases?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T05:35:41+00:00Added an answer on June 18, 2026 at 5:35 am

    You can use an array for this easily.

    $versions = array(
        14 => 'D',
        15 => '...',
        ...
    );
    if(!isset($versions[$input])) {
        $version = 'X';
    }
    else {
        $version = $versions[$input];
    }
    
    return $version; // Or whatever you need to do
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write a statement that will check 2 tables and compare the
I have a jQuery statement that's working fine. How would I re-write it in
I wanted to write if/for each statement that will get me all the child
I'm trying to write a Linq statement that allows me to return a distinct
I have a logical statement that says If everyone plays the game, we will
I am trying to write a statement that will produce Oracle$$$Internet$$$Academy using LPAD and
I have a python modules question: I need to write a script that will
I want to write a MySql statement that will connect to the database, select
I'm trying to write a sql statement that will insert data given a few
I currently have this sql statement that I wrote and it works but it's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.