home *** CD-ROM | disk | FTP | other *** search
- /****************** CYGCC ***************/
- if address()~='rexx_ced' then return 0
- arg window_name
- options results
- 'Status 66'
- num_views = result
- found = 0
- do for num_views until found
- 'Status 21'
- if upper(result)=window_name then
- found=1
- else
- 'Next view'
- end
- return found
-
-