GRAPHIC LINE INPUT statement

Purpose

Read an entire line from the keyboard from within a Graphic Window.

Syntax

GRAPHIC LINE INPUT ["prompt"]  string_variable

Remarks

GRAPHIC LINE INPUT displays the optional prompt on the Graphic Window and waits for user input.  Keystrokes are accepted until you press ENTER, at which time the entire typed string is assigned to the string_variable.  Input is limited to 255 characters.

See also

GRAPHIC INKEY$, GRAPHIC INPUT, GRAPHIC INPUT FLUSH, GRAPHIC INSTAT, GRAPHIC WAITKEY$