home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gl1Ip, gl2Ip, gl3Ip, gwaLanDp, gReadObject, theText, gmoHsIp, gmoHsDp, done, gfDelim, gRoot, gBox, HDdir
- cursor(4)
- set gwaLanDp to []
- if objectp(gReadObject) then
- gReadObject(mdispose)
- end if
- set gReadObject to FileIO(mnew, "read", HDdir & "wa_lan.dp")
- set theText to " "
- repeat while theText > EMPTY
- set theText to gReadObject(mReadLine)
- append(gwaLanDp, value(theText))
- end repeat
- if objectp(gReadObject) then
- gReadObject(mdispose)
- end if
- end
-