Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
JavaScript-ing it, I need to get with it
#9
SELECT CASE moves the program flow through just one condition in the block. SELECT EVERYCASE moves your program flow through every case in the block that is true. SELECT EVERYCASE is therefore useful during some instances where the coder would otherwise need to add more conditional statements to handle all possible conditions.

Pete
Reply


Messages In This Thread
RE: JavaScript-ing it, I need to get with it - by Pete - 11-07-2022, 01:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Code conversion to HTML, CSS, PHP, or Javascript Michelle 9 1,976 05-03-2022, 04:15 PM
Last Post: Michelle

Forum Jump:


Users browsing this thread: 1 Guest(s)