home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global waLoads, gwaMoDp, gwaMoIp, gReadObject, theText, done, gfDelim, gRoot, gBox, HDdir
- cursor(4)
- updateStage()
- set waLoads to 1
- set gwaMoDp to []
- if objectp(gReadObject) then
- gReadObject(mdispose)
- end if
- set gReadObject to FileIO(mnew, "read", HDdir & "wa_mo.dp")
- set theText to " "
- repeat while theText > EMPTY
- set theText to gReadObject(mReadLine)
- append(gwaMoDp, value(theText))
- end repeat
- set gwaMoIp to []
- if objectp(gReadObject) then
- gReadObject(mdispose)
- end if
- set gReadObject to FileIO(mnew, "read", HDdir & "wa_mo.ip")
- set theText to " "
- repeat while theText > EMPTY
- set theText to gReadObject(mReadLine)
- append(gwaMoIp, value(theText))
- end repeat
- if objectp(gReadObject) then
- gReadObject(mdispose)
- end if
- end
-