
how to use if condition to check whether a variable which is of datatype code is empty or not?
*This post is locked for comments
I have the same question (0)IF MyCodeVariable = '' THEN
That is two single quotes to represent an empty string, not one double quote.