Read::readn ReadList::readn Skip::readn

Details

  • This message is generated when syntax that does not correspond to a number is encountered while reading Number format from the indicated stream.
  • Off[message] switches off the message; On[message] switches it on. For example: Off[Read::readn].

Examples

Basic Examples  (2)

The characters read from the stream are not valid in Number format:

This stream can be read in Expression format:

The commas in the input stream are not valid in Number format:

The data in this example can be read in Word format and converted to numbers using ToExpression: