Skip to content

Input.read method

Input › read

Unofficial

Read a range of input.

Signature:

read(from: number, to: number): string

Parameters:

Parameter Type Description
from number The start position.
to number The end position.

Returns: stringThe string content.