标题 / 作者 / 正文
软件操作与技巧
阅读文章
Area :《电脑报》1992年合订
Subj :卡拉OK字幕着色显示模拟
From :重庆 符云清
Date :1992-09-11

set talk off
set color to 1/0
string='卡拉OK'
@10,10 say string
i=1
do while i<=16
ch=substr(string,i,1)
if ch<>''
set color to 0/1
@10,10+i-1 say ch
endif
i=i+1
j=1
do while j<100
j=j+1
enddo
enddo
set color to 1/0
return

F1Help ESC返回 PgUp上翻 PgDn下翻 上篇 下篇 software-archive.tifan.la 关于