Re: Error reporting
- Posted by fizzpopsoft Jan 06, 2014
- 1679 views
I know what you mean!
How about if the Euphoria trace would allow queries on sequence elements, not just the sequence...
? data[35][71] is easier to find what you are looking for than just ? data.
Yes I could also code myvar = data[35][71] and ? myvar but that's a pain if the indexing is variable too