Displaying 2 results from an estimated 2 matches for "helbert".
Did you mean:
elbert
2007 Sep 28
1
SwfDec in Windows
...f (JSVAL_IS_BOOLEAN(v)) {
type = JSTYPE_BOOLEAN;
} else {
type = JSTYPE_VOID;
}
return type;
}
In google I find
http://osdir.com/ml/gnu.mingw.user/2002-10/msg00556.html, but I`m
novice and when I tried copy the solution don`t work it.
Thank you for you help.
--
Att,
Helbert Dar?o Rico Lugo
SCJP 5.0
Alma Technologies
jhelbert at gmail.com
skype:helbert.rico
http://jhelbert.blogspot.com
2012 Jul 30
2
sprintf doesn't care of escape characters
Hi.
I am having trouble with something that should be simple. I am unable
to get sprintf using escape sequences:
> sprintf("a\nb")
[1] "a\nb"
> sprintf("a\"bc\"d")
[1] "a\"bc\"d"
But it seems to need them any way:
> sprintf("a\"bc"d")
Error: unexpected symbol in "sprintf("a\"bc"d"