Displaying 1 result from an estimated 1 matches for "instaid".
Did you mean:
instaed
2004 Dec 02
1
SJava convert problem
...15
Note that the conversion of testInt is just what I expected (and what
I get in S-PLUS). The conversion of testChar is flat wrong because
data is lost. The conversion of testString is problematic since I have
to convert the list back using as.character (in S-PLUS this function
returns character instaid of list and saves me the convertion from
list to character)
Is the convertion of char[] a bug? is there is a way to make the
conversion of String[] returns a character class instaid of a list
just like in the S-PLUS Java Connect?