ReadLn

From SCAR Divi Manual
Jump to: navigation, search

Definition

function ReadLn(const Question: AnsiString): AnsiString;

Availability

SCAR Divi 3.00 > Current

Description

Shows an input dialog with the text given by the string Question and returns the string entered by the user.

Example

begin
  WriteLn('Your name is: ' + ReadLn('What is your name?'));
end.

See Also