关于线性列表(续)!
把你的计算图标setup中内容改为以下内容
Id:=[]
name:=[]
score:=[]
wen:=ReadExtFile(FileLocation^"users.txt")
hang:=LineCount(wen)
repeat with i:=1 to hang
ge:=GetLine(wen,i ,i)
Id[i]:=GetLine(ge,1 ,1,Tab)
name[i]:=GetLine(ge,2 ,2,Tab)
score[i]:=GetLine(ge,3 ,3,Tab)
end repeat
--Id:=[01,02,03,04,05,06,07,08,09,10]
--name:=["老大","老三","老四","老二","老五","老八","老七","老六","老么","老九"]
--score:=[100,60,80,70,94,89,74,50,92,84]
sort:=1