OutputName property



Assigns or returns the data item name under which the parsed file is published as an array.

Syntax

Set:     FileReader.setOutputName(FileReaderOutput)
Get: FileReaderOutput = FileReader.getOutputName()

Applies to

FileReader class.

Data type

String.

Usage

Defaults to the applet name. If there is no applet name, the file is published as FileReaderOutput.

Example
OutputName property example

See also
FileReader applet