Hello from the data step, I can call methods on Java classes with array arguments. A metod with this signature is fine: public void str(String args[]). However, returning arrays seems to be impossible. I cannot get a call to a method with this signature to work: public String [] str(String args[]). Should this be possible? If so, how? Thank you Niels Jespersen
... View more