container conResult;
str segmentNameToCheck;
segmentValueToCheck = conPeek(conResult, 1) ? conPeek(conResult, 2) : "";
The string empty causes a Warning of "Operand types are not compatible with the operator. However, I have a string on one side of = and "" on the other and do not know how to prevent the warning from being thrown.
*This post is locked for comments