to-block to-string a

[EMAIL PROTECTED] wrote:
> 
> Hello World!
> 
> I've got a small problem, that I have fixed and wish to know if there is a
> faster way.
> 
> I have a series of series with series inside... etc etc
> 
> >>a: [ [ cow sheep dog ] [ pony cat [ pig horse [ cabbage] ] ] ]
> 
> and I need to transform them like so...
> 
> >>a: load form a
> == [cow sheep dog pony cat pig horse cabbage]
> 
> Now I have a single series. This is the required result.
> 
> I want to know; Is this is the best way to do it?
> 
> As I have a feeling that "Load"ing after "form"ing could be quite processor
> intensive...
> 
> Cheers...
> 
> Rob Lancaster
> Development Engineer
> The OPEN Group
> 
> The information contained in this message may be CONFIDENTIAL and is
> intended for the addressee only. Any unauthorised use, dissemination of the
> information, or copying of this message is prohibited. If you are not the
> addressee, please notify the sender immediately by return e-mail and delete
> this message. Thank you.

Reply via email to