User Portlet
| Discussions |
|---|
| Since the content of data.txt is a Mathematica expression, you can also import the file using "Package":Import["data.txt", "Package"]This returns the expression you need, without having to call ToExpression on the string. ... |