Hi I hope someone can help,this is what I have.

Open "c:\post\temp.dat" For Input as #1
Input#1,strCell(0),strCell(1),strCell(2) and this goes on.
Close#1

My question is can I shorten the Input by somehow doing something like this maybe.
Input#1,strCell(0,1,2,3, and so on.)