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



Users browsing this thread: 1 Guest(s)