Use of the "@" symbol?

  • Thread starter Thread starter Jim Evans
  • Start date Start date
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.
 
Jim Evans said:
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.


http://www.mvps.org/access/bugs/bugs0035.htm
 
Back
Top