I'm not very familiar with php's drawing abilities. I have found out how to get it to create multipoint polygons. What I am trying to do is implement something along the lines of LOGO. (You know, that old language that told a robotic turtle to draw on the floor) Seriously, I currently have an inherited Java program that takes traverse information (strings that look like this: BAS(L66D24R66U24)) and createds this: Left:66 Down:24 Right: 66 Up:24 and draws it out to the screen. These are building drawings made by field appraisers (for the local property appraisers office). I would really like to drop the Java stuff as I don't really use it. What I would really like to do is somehow turn these strings into coordinates so I can draw them using PHP's polygon function. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php