The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › Back End › [Solved] Switch or if()? › Re: [Solved] Switch or if()?
Thanks guys, I had a feeling a switch would run better than an if/elseif/else.
Thanks for clarifying, just trying to make my code more efficient! :)