<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Data and Text classes > class OUTPUT > OUTPUT.New() |
Create and initialize (but not open) a new Output object.
For example:
Output = OUTPUT.New("OUTFILE", "Expout.DTA", "Results File")
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. |