BBjFileSave::ext

Description

In BBj 25.03 and higher, this method sets the default extension for this BBjFileSave dialog (usually 3 characters).

Syntax

Return Value Method
BBjFileSave ext(String ext)

Parameters

Variable Description
ext Default file extension.

Return Value

Returns this BBjFileSave object, enabling methods to be chained.

Example

print bbjapi().filesave().ext("txt").show()

See Also

BBjAPI

FILESAVE() Function - Create File Save Dialog

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.