Hi I want to do the following, but don\'t know how to write the quotation marks
allSearchResults[0]=\" CXS101289/>
you can escape them like:
allSearchResults[0]="- CXS101289/
";
or use the other quotes :
allSearchResults[0]="- CXS101289/
";