OUTPUT.New()
OUTPUT.New()
Type: CLASS FUNCTION
Purpose: To create and initialize (but not open) a new Output object. For example:
Output = OUTPUT.New("OUTFILE", "Expout.dta", "Results File")
Usage: Output = OUTPUT.New(Tag, Filename, Prompt)
Tag |
STRING |
Object Tag used in Setup(), Tag.Printl() |
|
Filename |
STRING |
File pathname (maximum of 80 characters). |
|
Prompt | STRING | Prompt text used in Setup(). | |
Output | OUTPUT | The output object. |
Comments are closed.