FOR I = 1 TO 1000
if names(I) = "" then names(I) = left(user'stats,4) :&
GOTO LOOP &
else if names(I) = left(user'stats,4) then &
calls(I) = calls(I) + 1 : GOTO LOOP
NEXT I
FIND'MAX:
FOR I = 1 TO 1000
unique'calls = I
if names(I) = "" then GOTO PRINT'STATS
if calls(I) > max'call then &
max'call = calls(I) :&
max'call'id = names(I)
NEXT I
PRINT'STATS:
if ucs(in'file) = "NETLOG.DAT" GOTO NETLOG'DAT
if ucs(in'file) = "NETLOG.OLD" GOTO NETLOG'OLD