Get text from textbox

s3ghosh

New member
Joined
Apr 11, 2006
Messages
2
Programming Experience
1-3
i'm working on a project and am having some trouble with some of the requirements and any assistance will be greatly appreciated!!

The main thing I am having trouble with is this:
I have a button that needs to be able to do the following:

1. Read the income and expense items (found on the form in different text boxes)

2. Store each weekly item in a separate array declared as a "global" class variable. The item shall be stored in the array element whose index is equal to the week number (between 1 and 52) available from the text box "Week #". The annual items shall be stored in separate "global" class variables.



:confused: :confused:
I also have to be able to open, save, and write to a .txt file, but i'm not worried about that so any help with this issue will be greatly appreciated :)


 
we can't do homework for you, but once you've given the assignment(s) a try and are having trouble with parts of it, post the code and ask us then
 
Back
Top