Canvas_Input

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > Canvas Control > Canvas Control Commands >

Canvas_Input

 

Description

 

Read data from the keyboard from within a graphic window or graphic control

 

Syntax

 

sBuffer = Canvas_Input sPrompt

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

sPrompt

String

No

String displayed to the user as a prompt

 

Remarks

 

Displays the prompt on the graphic window or graphic control, waits for the user to enter data from the keyboard, and returns the data

 

Restrictions

 

See also

 

Examples