TM1 Function for TI, TextOutput

Writes and generate a text file in the specified path.

What is the TextOutput function?

TextOutput writes and generate a text file in the specified path. 

Where can the TextOutput function be used?

TurboIntegrator

What is the syntax for TextOutput?

TextOutput(FileName, String1, String2, …Stringn)​;

​FileName = Full path of the folder and name of the output file.​
String1, String2… = These are the value that we want to generate in the in the text file. 

A demonstration on how to use TextOutput

Use TextOutput to write to a file in the TM1 logging folder.