Problems routing lists
Jun 16 2010 | 6:19 pm
I'm receiving a list from processing. The list goes like this:
( index number (this is for routing) - 5 more values )* Five times one after another.
There are 9 of those index numbers who goes from 0 to 9 on a string because i want to route them later.
i f f i i i i f f i i i i f f i i i i f f i i i i f f i i i (here is 5 times, don't want to disturb your view).
The problem is that i can't route the index number and get the 5 values after it. When i try to see what's coming in with a prepend set and a message box i saw that the 5 values comes like this " i f f i i i " and i can't route those " " simbols i think that's the problem, but i can't resolve it because the route and zl objects doesn't accept ".
if anyone could help or tell me anything about this it would be very much appreciatted.