quote:
Originally posted by andrewbob
Can anyone help me and/or give me some code to start off with.
Thanks
How much experience do you have?
I ask this because although what Dempsey suggested is an extremely good way to approach this, it also requires you to use API's, which aren't so 'basic' if you are a beginning programmer....
Another solution (very basic solution, but will work nontheless) is to read x amount of lines from a certain file. So if you would like to use nick number 12, read the 12th line from the file by reading all lines one by one and counting up to 12 and stop reading then.