Yet another option: 'cc',L:0 list -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of unigee Sent: 20 July 2008 22:30 To: [email protected] Subject: Re: [Jprogramming] append string to a list of strings?
Thank you everyone, i understand now unigee wrote: > > hi, im learning myself J and come into a slight problem I don't know how > to solve > > im trying to append some characters to a list of strings > > list=. 'aa' ; 'bbb' ; 'randomdata' > > now i want to add 'cc' to each item in list, so the result would be > 'ccaa' 'ccbbb' 'ccrandomdata' > > I thought this would be it > 'cc' , each list > > but that produces an length error > > can someone please point me in the right direction? > -- View this message in context: http://www.nabble.com/append-string-to-a-list-of-strings--tp18556780s24193p1 8558351.html Sent from the J Programming mailing list archive at Nabble.com. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm Internal Virus Database is out of date. Checked by AVG - http://www.avg.com Version: 8.0.136 / Virus Database: 270.4.10/1551 - Release Date: 14/07/2008 06:49 Internal Virus Database is out of date. Checked by AVG - http://www.avg.com Version: 8.0.136 / Virus Database: 270.4.10/1551 - Release Date: 14/07/2008 06:49 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
