You need to sign in to do that
Don't have an account?

expecting a semi-colon, found ':'
Dear All here is my apex code along with error. Please provide solution as well about ' ' in apex code.
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Not sure what you are trying to do but you must replace a=nbsp; to an alias like "acc" (without the double quotes):
i.e.:
Regards.
Don't forget to mark your thread as 'SOLVED' with the answer that best helps you.
All Answers
Not sure what you are trying to do but you must replace a=nbsp; to an alias like "acc" (without the double quotes):
i.e.:
Regards.
Don't forget to mark your thread as 'SOLVED' with the answer that best helps you.
Thank you for your solution.
Can you please tell me why we use   in apex code. As i am new to salesforce and just copied this from some blog.
Thanks in advance.
Coding in Apex you will never use it. is the entity used to represent a non-breaking space. It is essentially a standard space, the primary difference being that a browser should not break (or wrap) a line of text at the point that this occupies.
You have copied because probably the page rendered it wrongly.
Regards.
Don't forget to mark your thread as 'SOLVED' with the answer that best helps you.