G
Guest
hello, i have a arraylist
/box
/box/boxTest
/vbox/vboxTest
/vbox
is it possible to process each item in the arraylist as string and if first
encounter "/" then get the value for example box and process that item and
move on to the next item in the arraylist and if it encounter box and the
program already process box it will move to the next "/" and extract the
value boxTest and process it and when there is no "/" we move down to the
next item in the arraylist.
did i just wrote my own psudo code?
/box
/box/boxTest
/vbox/vboxTest
/vbox
is it possible to process each item in the arraylist as string and if first
encounter "/" then get the value for example box and process that item and
move on to the next item in the arraylist and if it encounter box and the
program already process box it will move to the next "/" and extract the
value boxTest and process it and when there is no "/" we move down to the
next item in the arraylist.
did i just wrote my own psudo code?