GetPicture Document Query Command

Queries BME to find if a picture is open.

getpicture <name>

NAME/s The picture name. Default=current.

ARexx Errors:

Returns 10 to RC if the picture is not open.

ARexx Examples:
ARexx:

getpicture 'pagestream:graphics/mygraphic.ilbm'
if rc~=0 then say 'Picture is open.'
else say 'Picture is not open!'

 

GetPicture  Command Definition  url:BMEcmd/getpicture
  created:2006-04-19 07:04:57   last updated:2006-08-18 19:56:25
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For GetPicture
There are no user contributed comments for this page.