On Aug 25, 2009, at 3:56 , dave L wrote:
> The way i was going to do this was to have it setup like this...
>
> control.text, control.text... = ALine.split(' ')
>
> but i got a error referring to split as being private!
Are you sure ALine is a String?
Dave