GetCharacterAttributes Method (RumbaScreen)

Class

RumbaScreen class

Action

Gets the character attributes for length-number of characters starting at the given position.

Syntax

liCharacterAttributes = screen.GetCharacterAttributes(position, length)
Variable Description
liCharacterAttributes LIST OF RUMBACHARACTERATTRIBUTE.
position The position where the retrieval should start. TEXTPOS.
length The amount of characters whose attributes should be returned. INTEGER.