On Mon, 8 Nov 2004 11:36:39 -0500 (EST), Jim Wharton
<[EMAIL PROTECTED]> wrote:
> 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)

Man.. it was like 1987 when I last used LOGO.  We were using Apple
IIc's and stuff.  The nostalgia is overwhelming.  :)

> 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.

This sort of string parsing could be handled with preg_match_all().


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to