ToString on object
- To: mathgroup at smc.vnet.net
- Subject: [mg28565] ToString on object
- From: merkat <cabanc at gigadata.com>
- Date: Sat, 28 Apr 2001 21:35:54 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi I want a list of strings from a copied in line. So I copied to my notebook from the clipboard the sequence: bb aa, rr cc What I get with ToString is the ordered sequence: "aa bb" , "cc rr" what I want go get is {"bb aa","rr cc"} I guess that some use of Hold should help. Can anybody help? Merkat