Chapter Contents |
Previous |
Next |
Image: _readDirrefMember |
Syntax | |
Example |
Syntax |
CALL NOTIFY (image-name, '_readDirrefMember', dirref, member<, attributes>); |
Argument | Type | Description |
---|---|---|
dirref |
C | the fileref of the directory containing the member |
member |
C | the name of the file to be read |
attributes |
C | file-specific attributes. |
Example |
This statement reads an image using a fileref to identify the directory:
filename ('imgdir', '/usr/images/color'); call notify ('imageview', '_readDirrefMember', 'imgdir', 'sign.tif');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.