2006/06/14 | 怎样检测一个xtra是否存在的函数
类别(多媒体世界) | 评论(0) | 阅读(20) | 发表于 15:05
on isXtraInstalled xtraName
if not stringP(xtraName) then
-- alert "isXtraInstalled requires an Xtra name to work".
return false
end if
repeat with i = 1 to the number of xtras
if the name of xtra i = xtraName then return true
end repeat
return false
end
0

评论Comments

日志分类
首页[86]
旅途[40]
多媒体世界[34]
天下[11]
我的世界观[1]