I’m sure this one is buried in here somewhere, but I can’t find my answer I think because it’s such a vague thing to express, and searching for ampersands sucks! :lol:
So super simple question:
If I want to write to the log in a readable form and use the contents of more than one variable like this:
log “this is a log line showing the contents of " & thisVariable " and " & thatVariable " which are both nice variables.”
What characters have to come AFTER the close quotes-ampersand-variableName in order to pick up with the log sentence again before dropping in another ampersand-variableName?
in other words, would someone please correct the following log line:
log "This is a log entry showing the contents of " & thisVariable " and " & thatVariable " which are both nice variables."
Cheers all,
WM