lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi, guys!

I know it sounds noob, but it's noob !! LOL!
I'm studing Lua Programming for a few weeks...

The question is:
How do I store user input in a table/array?

For example, information from a school report card:

Name Grade_1 Grade_2 Average_Grade

John    7.0        8.0             7.5

I'm worried about this.
Thanks a lot for the help!