-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I am starting some development to pull the a gradebook from our course management system, so the faculty members can manipulate the grades, then send them back.
I am going to use a webservice to interface with the CMS.
I need to get all the grades for each student, so I need arrays.
How can I work around the fact that UNO doesn't support arrays?
UNO has sequence types (see <http://udk.openoffice.org/common/man/typesystem.html>), which should have all the properties typically expected from an "array" type. (In the UNO Java language binding, they map to Java array types.)
-Stephan
I am using Oo sdk 1.9.91 for development, in java, using jdk1.5.
Thank you.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
