in reply to Perly way of handling coordinates?

I'm not sure if it applies with your situations, but I've often found situations where I've got a defined "max width" and I use coordinates that simulate a 2-D matrix using a 1-D array. If the max width is 999 then instead of (2,3) I'd use 2003. And 2003+4005 is 6008.

- tye        

  • Comment on Re: Perly way of handling coordinates? (*max+)