Hi guys basically I need to setup an array within a module to temporarily store results of a calculation. The app has three interfaces, a login screen, main menu and print invoice a user enters their login and password and gets logged into the system, they then type the employee details and hours worked, the hours worked is calculated on three different payment schemes which have to be adjusted depending on the amount of hours worked. when the user hits the 'Calculate' button, the gross pay is calculated, the employee id is displayed within a lable and 27% is taken from the total pay and displayed within a lable labled 'Net Value'. The user is then suppost to click the 'Store' button ((this is where the array should come in)) and store the employee name, id, gross pay, net pay and hours worked in memory (this is when the array comes in), and allow them to repeat this process xx amount of times until all the employees have been calculated. WHen the user has finished, they click the 'Print Invoice' button, which basically pasted all the stored details for each calculation in a rtxt on a other interface. and thats that. pm me if interested, will only take 10-15 minutes