input,output,append,get,put,random,print,write.....yeesh
having a heck of a time getting this to work...
i have a text file with text in it:
blah
bloo
bleep
...
i want to put it in a record file and add a record number to it...
1 blah
2 bloo
3 bleep
...
then i want my user to enter a number of times he wants it to go thru the whole thing...
then i want to make a random number ....int(rnd * 50)
read my record file
compare the random to the record number if equal make NEW file
with a NEW record number.
1 bleep
2 blah
3 bloo
...
if they are not equal go get another record to look at...
i've gotten numerous results in all steps and alot of explosions
you should see my den...

if input works print doesnt or any combination...
any ideas what to do or what i am doing wrong?
try not to laugh to hard....im bleeding profusely from many wounds...