Ternary Operators in VBScript
I use the ? an : operators when writing PHP. Are there similar operators available in VBScript? - Bill S.
Let me first give a basic introduction for those readers who don’t know PHP and may not understand what we’re talking about here. PHP allows you to make quick decisions using the ? and […]







