Return type:
Applies to:
SAVE ( mode , file stream stream-handle memptr longchar )A character expression that evaluates to one of the following: “FILE”, “STREAM”, “STREAM-HANDLE”, “MEMPTR”, or “LONGCHAR”. The mode indicates whether the XML target is a file, a stream, a MEMPTR, or a LONGCHAR variable.A character expression that represents the absolute or relative pathname of a new file created to save the XML text. If you specify a relative pathname, it is relative to the current working directory of the underlying operating system’s file system. If a file with the specified name already exists, the AVM verifies that the file is writeable and overwrites the file. The pathname can contain Unicode characters. See OpenEdge Development: Internationalizing Applications for more information about Unicode.A character expression that represents the name of an ABL stream. If stream is "", the AVM saves the document to the ABL session unnamed stream.
See also:
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |