We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Please can we have a Select statement for Puzzles (Logic)?

Home Forums Bug Reports and Feature Requests Please can we have a Select statement for Puzzles (Logic)?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44935
    jezuk
    Customer

    The If/Then/Else is VERY limiting when you want to select from a LOT of possibilities.

    You’ll end up with a very, very, very deep nested If/Then/Else situation.

    Please can we have a Select Statement like I’ve seen in other programming languages?

    It’s syntax is something like;

    Select (“value”);
    When (10) do a….
    When (20) do b….
    When (30) do c….
    When (40) do d….
    When (50) do e….
    End Select;

    #44956
    xeon
    Customer

    javascript case statement?

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

    #45056
    jezuk
    Customer

    Actually, I solved my puzzle with a really nice solution, without deep nested If/then/else, so I’m all good. :yahoo:

    #45953
    core3d
    Customer

    What is your solution?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.