The Read mode sends the data in the text file to the output. You can use the Mode Selector to choose whether the output must be Text or Numeric.
While numbers can be read as Text, if you try and read Text as numbers, the EV3 Brick will behave unexpectedly.
You cannot Read from a file until that file has been closed. See the
Close mode below for more information.