Fetch data from form and put in list !?

Fetch data from form and put in list !?

I want to fetch all the data in a form and put it in a list (or array) for further handeling.
How can this be done easily?
"Values = FormName"
That only give a list of ID's for each row, not containing the actual values stored in form.
An alternative is to make a loop with
For each x in Values ....,
That seam like a lot of work for something there might be a function for.
Any suggestions, something similar to toJSONlist() or other?

Thanks,

Larry