pict.getPicture
| Syntax |
pict.getPicture (addr)
|
| Params |
addr is the address where the picture in the target picture window is to be stored as a binary PICT value.
|
| Action |
Copies the picture in the target window to the location specified by addr as a binary value.
|
| Returns |
True
|
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| Examples |
pict.getPicture (@people.[user.initials].testPict) » true
|
| Notes |
The binary value created by this verb contains a standard Macintosh picture, and has a embedded type of 'PICT'.
|
| See Also |
pict.setPicture
|