home *** CD-ROM | disk | FTP | other *** search
- on disp_pict p_cast, p_pass
- set pict_data to fileio(mnew, "read", p_pass)
- if objectp(pict_data) then
- set the picture of cast p_cast to pict_data(mreadpict)
- pict_data(mdispose)
- return 1
- else
- return 0
- end if
- end
-