From: Al Cholic Date: 2007-07-27T10:19:25+09:00 Subject: Re: How to delete array element and add to previous element unknown wrote: > Hi -- > > On Fri, 27 Jul 2007, Al Cholic wrote: > >> [POS2f\, POS2g\, POS2h], # this array is in position >> array[2] >> [POS1, POS2a\, POS2b, POS3, POS4] # this array is in position >> array[3] >> >> ] >> >> Notice that Im trying to escape the commas with the backslash in the >> array. Is this the proper ways to escape commas in arrays? The POS2's >> are separated with commas(not to confuse them with the commas that >> separate the array elements). > > I'm afraid I don't know what you mean. What exactly are you trying to > do with those commas? > > > David Dont worry about the commas. they could just as well be spaces. Its just he way Im reasing in a file, in the file they are just separated by commas. -- Posted via http://www.ruby-forum.com/.