J
Jim Evans
In this code: (partial code from a block of code found on mpvs.org)
strMsg = strMsg & "@Do you wish to save the changes?"
strMsg = strMsg & "@Click Yes to Save or No to Discard changes."
What is the significance of the @ symbol?
I placed the entire block in an Open event on a new form to see the
significance and only saw the @ signs exactly as contained within the double
quotes of the comment.
strMsg = strMsg & "@Do you wish to save the changes?"
strMsg = strMsg & "@Click Yes to Save or No to Discard changes."
What is the significance of the @ symbol?
I placed the entire block in an Open event on a new form to see the
significance and only saw the @ signs exactly as contained within the double
quotes of the comment.