Im trying to build a somewhat general function for returning xmlvalues. Currently im returning the values in an arraylist, which is working fine. Problem is that that im assumed to use option strict on in all files. And option strict doesnt allow
So possible solutions could be:
If i could retrieve the number of items in the xmlfile and delare an stringarray (dont know if possible)
If i could redim the stringarray +1 for every value and keep the old values (dont know if possible)
Or if anyone has another idea that works?
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!
Code:
string = arraylist.add(object)
So possible solutions could be:
If i could retrieve the number of items in the xmlfile and delare an stringarray (dont know if possible)
If i could redim the stringarray +1 for every value and keep the old values (dont know if possible)
Or if anyone has another idea that works?
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!