home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netrunner 2004 October
/
NETRUNNER0410.ISO
/
regular
/
iria107a.lzh
/
api_test.vbs
next >
Wrap
Text File
|
2000-12-14
|
299b
|
13 lines
On Error Resume Next
set Iria = CreateObject("Iria.IriaApi")
if Iria is Nothing then
MsgBox("Iriaé¬î⌐òté⌐éΦé▄é╣é±")
else
count = Iria.ItemCount
if count > 0 then
id = Iria.Items(0).Self_ID
MsgBox(Iria.ItemStatus(id))
end if
end if
Iria = Nothing