Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: mcgyvr

Yes, something like that. That text results in a "conversion from string" error when I try to run it.

 

I have a function that includes an IF statement where it would be helpful to change the comparison operators between <, >, and = when the function gets called.

 

I'm getting around it right now by writing out all of the IF cases within a case-select structure and passing a numerical variable to jump straight to the right IF case.