home *** CD-ROM | disk | FTP | other *** search
- on alertHook me, err, msg
- global memmessage
- memmessage = msg
- if msg contains "-34" then
- continue()
- return 1
- end if
- if msg contains "-108" then
- alert("You do not have enough memory (RAM) to run the selected application, please free" & " up more RAM and try again.")
- return 1
- end if
- end
-