OUTPUT.New()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Data and Text classes > class OUTPUT >

OUTPUT.New()

Description

Create and initialize (but not open) a new Output object.

 

For example:

 

Output = OUTPUT.New("OUTFILE", "Expout.DTA", "Results File")

 

Type

CLASS FUNCTION

 

Usage

Output = OUTPUT.New(Tag, Filename, Prompt)

 

Tag

STRING

Object Tag used in Setup(), Tag.Printl()

Filename

STRING

File name (maximum of 80 characters).

Prompt

STRING

Prompt text used in Setup().

Output

OUTPUT

The output object.