Use of the "@" symbol?

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.
 
D

Dirk Goldgar

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top