Is there anyway to [xmlget entrys out of an array?
Since it returns System.Arraylist something, been trying some diff methods like [1] etc.
Could anyone shed some light on this matteR?
What im speceficly trying todo is to get the Damage store arraylist from a mobile
[xmlget will allow you to refer to elements of Arrays using syntax like [1], but not ArrayLists. I'm afraid I havent added arraylist support yet.
I will add full List property support to the next release. That will include arrays, arraylist, and all typed lists under .NET2.0
Excellent, for runuo 1.0 based servers aswell?
I have only updated the 2.0 version for now. I still plan on releasing an updated 1.0 version.