Does JSL have a file stream?
I would like to output a large amount of text data from a JMP Script. I can use string concatenation to build up the output and then write it all at once with the Save Text File command. However, this is very inefficient and gets infeasible as the string grows.Does JMP support file streams that would let me direct string output to a buffer as it is created?
