:: Forum >>

Handling a special character

while constructing the table, my data contains special character within a string, like this ', "" . In this case, how to handle


For Eg:

myData = [
["MSFT","Micro'soft Corporation", "314,571.156" ],
["ORCL", "Orac"le Corporation", "62,615.266"],
["SAP", "SAP AG (ADR)", "40,986.328" ]
];

Any help please
Karthic
Friday, November 20, 2009
Use escape character - \

http://www.javascriptkit.com/jsref/escapesequence.shtml
Alex (ActiveWidgets)
Friday, November 20, 2009

This topic is archived.


Back to support forum

Forum search