TIB: REAL TOPIC!!!! Working W/lists*


[Prev][Next][Index][Thread]

TIB: REAL TOPIC!!!! Working W/lists*




Okay, BASIC dudes, solve me this:
If I have thre lists:
L1 L2 L3
1    0   0
2    0   0
3    0   0
4    0   0
5    0   0

what is the fastest way to take the top NONZERO item from one list and
put it at the lowest ZERO spot on another.
eg.
L1 L2 L3
0    0   0
0    0   0
0    0   0
4    1   0
5    3   2

~Larry C
+=+=+=+=+=+=+=+
Emails:
=+=+=+=+=
Larry1492@juno.com  
Text/UUE files only (checked most often)
=+=+=+=+=
Deadstuff@yahoo.com
Files/attachments (checked at least weekly)
=+=+=+=+=
Ti_Larry@hotmail.com
Files/attachments (checked infrequently [slow access])
=+=+=+=+=
Webpage:TBA

_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]


Follow-Ups: