home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fuji Wa La Te I Ka - Hyakunin Isshu Karuta
/
KARUTA.bin
/
wins
/
dan256.dir
/
00293_Script_293
< prev
next >
Wrap
Text File
|
1995-11-10
|
588b
|
24 lines
on INITQUIZLIST2
global DQlistSUB,a,zz,DQlist
put [] into DQlistSUB
┼@put 1 into a
put "" into field "DQLIST2"
--DQlist╟¥╔C╔j╔V╔╔╔Γ╔C╔Y
repeat while a < 21
append DQlistSUB, a
put DQlistSUB into field "DQLIST"
put (a+1) into a
end repeat
put[] into DQlist
repeat with n =20 down to 1
put random(n) into XX
put getaprop(DQlistSUB,XX) into XXX
--append DQlist,XXX
--put DQlist into field "DQLIST2"
-- put XXX & "," AFTER field "DQLIST2"
Add DQlist,XXX
deleteprop DQlistSUB,XX
end repeat
end