SAVE PICTURE TO FILE

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 3


SAVE PICTURE TO FILE (document; picture)

ParameterTypeDescription
documentDocRefDocument reference number
picturePicturePicture to be saved

Description

This command saves picture in a document that was created using the Create document function.

Example

The following example creates a document and saves a picture in it:

   vRef:=Create document("";"PICT") 
   If (OK=1) 
      SAVE PICTURE TO FILE(vRef;vPict) 
      CLOSE DOCUMENT(vRef) 
   End if

See Also

COMPRESS PICTURE FILE, LOAD COMPRESS PICTURE FROM FILE.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next