10-30-2013, 03:08 PM
Hi Gintaras,
How do I get a return on the current Page
I use to set the page but am currently then setting a global variable for what index I put in. Is there a way to just directly check this via a function? I guess it gets complicated because of the string map but it's tokenized. I guess the best would be to be able to return both the index in the string map and then the grouped elements within the map for that index i.e.
I guess if I can get the first, I can then parse the second.
Thanks!
S
How do I get a return on the current Page
I use to set the page but am currently then setting a global variable for what index I put in. Is there a way to just directly check this via a function? I guess it gets complicated because of the string map but it's tokenized. I guess the best would be to be able to return both the index in the string map and then the grouped elements within the map for that index i.e.
str Map = "(0 7) 1 2 (0 3) 4 (0 7 5) (6 7) (0 7) (7 8) (7 9) (7 10) (7 11) (7 12) (7 13) (7 14) (7 15) (16 17)"
I guess if I can get the first, I can then parse the second.
Thanks!
S