Currently there's //?? for default values, when no matching value is found in a hot code list.
I'd like for there to be two additional options:
1) When the variable is empty. (e.g. //!!)
2) When the value is not found, but there is a value in the variable. (e.g. //?!))
Example Use Case:
I typically adjust my caption based on whether there's a Location value set.
So my hotcode would look like:
//== {location}
//## caption
//?! {event} at {location} in {city}, {state} on {date}
//!! {event} in {city}, {state} on {date}
Caveat: This could get weird for hotcode lists that check multiple variables? But I suppose it could be on the user to account for that situation.