[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon Feb 5 13:18:12 2002 
Subject:simple question about strings 
From:Mark Gemmell 
Volume-ID:1020205.01 

I'm doing a third yr AI project at birmingham, and am trying to do
something very simple with strings, but can't find a simple solution.

Basically all I want to do is convert:  '1 2 a basic string <2 3>'
			        into:   [1 2 a basic string <2 3>]

Sorry to be asking such a simple question, but attempts to find a simple
way of doing this have failed thus far.

Mark