Train Vision Object By Script icon Train Vision Object By Script Train camera vision objects via controlcommand(), attach camera, start learning, monitor progress, and return object name for scripts. Try it →
 

Readchar

File.readChar(filename)

Parameters

filename Path of file to read from.

Returns

The character at the current read position of the file.

Description

Reads and returns the character located at the current read position of the file, and then advances the read position by one character.