home *** CD-ROM | disk | FTP | other *** search
- on new me
- set Temp to EMPTY
- set myfile to new(xtra("fileio"))
- openFile(myfile, "C:\Komputer.tmp", 1)
- if status(myfile) = 0 then
- put readFile(myfile) into field "HopDestination"
- closeFile(myfile)
- set myfile to 0
- set Temp to the text of member "HopDestination"
- if Temp <> EMPTY then
- go(Temp)
- end if
- end if
- end
-