Gavin Kistner wrote: > Vikash Kumar wrote: > [snip] >> [2] { >> ab = 65 >> >> ac = 58 >> >> ad = 89.23 > > Do you need them to be local variables, or can they be instance > variables, or symbols in a hash? > Do you want them to be sequentially labelled, like you have them here > (e.g. 'aa' .. 'zz' ) or are those just example names? Would you instead > want to supply an array of strings that are the names for each element? > > Does all the HTML processing have anything to do with this, or is it > just that you have a nested array that you want to 'splat' to varaibles? I want to just store these values in local variables, any help will be appreciated. Thanks Vikash -- Posted via http://www.ruby-forum.com/.