Im a beginner in programming...
I've been trying to make an agenda that has textbox with data...
example: ID, Name, Last Name, Age, Job
what I want to do is that when you click the button ">>" it goes to the last entry, when I the button "<<" it goes to the first one, when you click the button ">" it goes to the next one.
I saw my teacher doing something with an array x(10), and methods x.getupperbound, x.getlowerbound or something like that... I can't really remember...
Help is much appreciated, thank you
I've been trying to make an agenda that has textbox with data...
example: ID, Name, Last Name, Age, Job
what I want to do is that when you click the button ">>" it goes to the last entry, when I the button "<<" it goes to the first one, when you click the button ">" it goes to the next one.
I saw my teacher doing something with an array x(10), and methods x.getupperbound, x.getlowerbound or something like that... I can't really remember...
Help is much appreciated, thank you