home *** CD-ROM | disk | FTP | other *** search
- /* This example will demonstrate the use of the pictoral resolution command
- in AsimPhoto.
-
- (C)1993 Asimware Innovations */
-
-
- RES_SMALL = "small"
- RES_MEDIUM = "medium"
- RES_LARGE = "large"
-
- TRUE = 1
- FALSE = 0
-
-
- address "AsimPhoto_ARexx.1"
-
- pictoral_resolution RES_MEDIUM /* Set medium-sized icons */
-
- pictoral_dir TRUE /* ...and turn on the pictoral_dir option */
-
-
- exit
-