How to run cat() with EvaluatSelection?
Submitted by Monday, 24 May, 2004 - 06:56
on
In the BeanShell-Console I run cat("path/to/my/text") and it worked fine. But when I run the same command with Utilities>BeanShell>EvaluateSelection I get the error:
Sourced file: : Attempt to invoke method: print() on undefined variable or class name: output : at Line: 1 : in file: : cat ( "/home/gerd/temp/replace.txt" ).
What went wrong?
Thanks in advance,
Gerd