Log size on screen

can I increase the log size for echo? currently it prints only like 10 lines, missing a lot of the data needed. or can I redirect to a file?

Hi, you can save the data to a (CSV) file in xfile mode with csvSave. Technically it is a CSV file with one column then. Try this:

  • store | yourVariable | !csvLine
  • csvSave | filename.txt

no other way without the xmodules? I’m not able to install xmodules on my userland Linux. it says not such file or directory. any idea?