Subj : jsval to C string To : netscape.public.mozilla.jseng From : "Thibaut" Date : Tue Apr 13 2004 12:30 pm Hi i'm searching how to convert a jsval to a C string. To convert a C string to a jsval , i first convert it to a JSString and then call STRING_TO_JSVAL . is it the only way to do or is there something easier ? .