Console_ReadCharsFromScreen

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Console >

Console_ReadCharsFromScreen

 

Description

 

Read characters from current console output buffer.

 

Syntax

 

s = Console_ReadCharsFromScreen(X, Y, nChars)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

xPos

Number

No

X start position

yPos

Number

No

Y start position

nChars

Number

No

Number of chars to read

 

Remarks

 

Restrictions

 

See also

 

Console Module,

 

Examples