home *** CD-ROM | disk | FTP | other *** search
/ FCE Gold Plus / GOLD.iso / pc / fscommand / Xtras / FileXtra4-Mac.sit / FileXtra4_test.dir / 00027_Script_test_eject() < prev    next >
Text File  |  2002-12-20  |  310b  |  8 lines

  1. on test_eject
  2.   fxObj = xtra("FileXtra4").new()
  3.   retVal = fxObj.fx_VolumeEject("Kent's test acrobat cd")
  4.   put "fx_VolumeEject() returns " & GetTrueFalseString(retVal)
  5.   put "     fx_ErrorNumber() == " & fxObj.fx_ErrorNumber() & ", fx_ErrorString() == '" & fxObj.fx_ErrorString() & "'"
  6.   fxObj = 0
  7. end
  8.