Single line “if” statement in VBScript (like in C# or PHP)

posted in: Classic ASP, Programming, VBScript 0

The “single line if statement” exists in C# and VB.NET as in many other programming and script languages in the following format The conditional ternary operator doesn’t exist out of the box, but it’s pretty easy to create your own … Read More