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