Hi Mehmed,
I am still going through your programming suggestion but I went with a script in lieu of a function but I can go either way. I have a 1000 by 10 array of numbers (not a table although I'm rethinking a table may be easier because it permits the use of the "tail" function, which doesn't want to work with my array). I want to go to the 1001 row which is empty and and then enter 10 new numbers and have it saved to that particular variable in the workspace. Since there are so many rows (not considered a tall array yet) I don't want to bring it all into the command window and do what I gotta do because thats a lot of rows to display.
I've been thinking about this problem over the last several days and I think of new things to try every now and then. Maybe my real problem is bringing in the last row or the empty row, to the command window, from my large variable in the workspace, skipping down a row to the empty row, make my entries have it saved to the original variable and not replace it. Or maybe I just want to make the entires in the command window and append/merge it to the end of the appropriate variable in the workspace.
I know I'll figure this our eventually and kick myself because it was so simple to do in the first place. I don't spend much time on this problem because manually I can do what I want to get the results I need, and because I have more fun things to do. But thank you for your responses.