Sorry, 'tis easy !

Q&A's, tips, howto's
Locked
Bat
Posts: 10
Joined: Fri Oct 10, 2003 3:38 pm

Sorry, 'tis easy !

Post by Bat »

Of course, you parse the string and map 'symbol onto it:

(map symbol (parse "hi how are you")) -> (hi how are you )

Apologies
The parsing capabilities of Newlisp do much of the work, and so much simpler .

Bat
Posts: 10
Joined: Fri Oct 10, 2003 3:38 pm

Post by Bat »

And not necessary to open a new thread each time !
You can delete this thread ;-)

Locked