- Messages
- 19,708
- Name
- Darren
- Edit My Images
- Yes
Ok in BASIC we have CHR$(34) for a speach mark "
in pascal we use CHR(34) or """
in assembly language we just use 34
how do I test if a string is equal to a speach mark in JAVASCRIPT ??????
ie
if (st = ????) {do something};
where st is the string that might contain a speach mark
and ???? is the bit I do not know.....
I urgently need this for the user interface version of the user data.lib editor for the script thingy
in pascal we use CHR(34) or """
in assembly language we just use 34
how do I test if a string is equal to a speach mark in JAVASCRIPT ??????
ie
if (st = ????) {do something};
where st is the string that might contain a speach mark
and ???? is the bit I do not know.....
I urgently need this for the user interface version of the user data.lib editor for the script thingy