I need help on how to read data with a loop, and in the loop have
a place, where I can get the longest piece of data(which are
names),and shortest name, and print them outside of the data
loop. Lets say there are 14 names. I am lost. What can I do?
example:
read n$
if n$=blah then ok
let A=LEN(N$)
PRINT ," "n$,,A
This is what I have so far. I just don't know what to do next.
-------------
Kro121
a place, where I can get the longest piece of data(which are
names),and shortest name, and print them outside of the data
loop. Lets say there are 14 names. I am lost. What can I do?
example:
read n$
if n$=blah then ok
let A=LEN(N$)
PRINT ," "n$,,A
This is what I have so far. I just don't know what to do next.
-------------
Kro121
Comment