From: bingo bob Date: 2009-08-13T20:56:46+09:00 Subject: noob question on combining variables Sorry for such an uber noob question but I could do with a quick pointer on this. How do I combine file_ and another variable NOT like this clearly... count = 1 file_"#{count}".save count += 1 file_"#{count}".save count += 1 file_"#{count}".save but how? -- Posted via http://www.ruby-forum.com/.