Hi list! I'm quite new to JAL, and I'm not succeeding at returning an array from a function, here's what I'm currently trying:
function whatever() return byte[] is var byte array[] (...) return array end function But it fails with this error message: unexpected token: "[" Any ideas? Thanks a lot! Bernat. -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/jallib. For more options, visit https://groups.google.com/groups/opt_out.
