EdGetTextΒΆ

EdGetText copies the text from the given editor into a string variable.

ssText = EdGetText(hEdit)

Return Value

ssText is the text of the editor.

Parameters

hEdit

Identifies the editor.

id-1197977