Displaying 1 result from an estimated 1 matches for "7621068e".
Did you mean:
762068
2019 Sep 13
2
if statement with true value that contains a colon
How can I use an IF statement with a true value being a variable that
has a colon in it? The colon in the true value variable is being taken
as the delimiter for the false value.
The only solution I came up with was some hackery to use STRREPLACE to
replace the : with a % before the IF statement and then use STRREPLACE
again after to change the % back to a :.
i.e.: