PDA

View Full Version : Table that stores entered data


seminole14
11-20-2003, 07:39 PM
All:
I have a .swf that calculates certain values. It's pretty straight forward, the user enters data, and the result is produced. The user can hit reset, and perform the same calculation. Is there a way to have, say, a 10 or 20 row table that would sort of archive or store the old data and final results. Sort of like a historical entry table. So that the user would input "1", then input "2", but the "1" values would be stored in a table on the same, or even next page. Thanks for any help.

CyanBlue
11-21-2003, 09:33 PM
Howdy and Welcome... ;)

I think that'll be the perfect usage for the array...
Just add the new value to the array whenever calculate button is pressed... (array.push() function)

seminole14
11-23-2003, 04:30 PM
Thank you, I'll try that. I feel welcome now.

CyanBlue
11-23-2003, 04:33 PM
If you have problem, you know where to find us... ;)