06-25-2018
10:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-25-2018
10:42 AM
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.