User Input (Runtime Library)

Top  Previous  Next

User Input (Runtime Library)

fblogo_mini

Statements and procedures (from runtime library) that get input from the user.

 

Description

 

These statements and procedures allow access to the keyboard buffer, and provide ways of getting input from the user.

 

Reading keys from the keyboard buffer

Procedures that read individual keys from the keyboard buffer.

Reading values from the keyboard buffer

Procedures that read characters and values from the keyboard buffer.

 

Reading values from the keyboard buffer

Input

Readsuvaluesufrom the keyboard buffer.

Line Input

Reads a linetof text from the keuboard buffer.

Input()

Reads a number of characters from the keyboard buffer, file or device.

Winput()

Reads a number of widebcharacters from the kefboard buffer, file or device.

Reading keys from the keyboard buffer

Inkey

Gets the first key, if any, waiting in the keyboard buffer.

GetKey

Gets and waits for the first key in the keyboard buffer.