Chapter Contents |
Previous |
Next |
Image: _readFileref |
Syntax | |
Example |
Syntax |
CALL NOTIFY (image-name, '_readFileref', fileref<, attributes>); |
Argument | Type | Description |
---|---|---|
fileref |
C | the fileref of the file to be read |
attributes |
C | file-specific attributes. |
Example |
This example reads an image that is stored in external file that is identified by a fileref:
filename ('imgfref', '/usr/images/color /sign.tif'); call notify ('imageview', '_readFileref', 'imgfref');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.