Core Function ControlGetText

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> ControlGetText ( <title>, <text>, <controlID> ) </pre> === Description === Retrieves text from a control. === Parameters === ==== Title ==== The title of the window to...")
 
m (1 revision)
 
(One intermediate revision by one user not shown)

Latest revision as of 12:37, 14 June 2015

ControlGetText ( <title>, <text>, <controlID> )

Contents

Description

Retrieves text from a control.

Parameters

Title

The title of the window to access.

Text

The text of the window to access.

controlID

The control to interact with.

Return Value

Success: Returns complete text.

Failure: Returns empty string.

Remarks

None.

Example

$text = ControlGetText("Untitled - Notepad", "", "Edit1");
MsgBox("Full text read was: $text");
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox