Reads text from an InStream object.

[Read := ] InStream.ReadText(Text[, Length])

Parameters

Text

Type: Text

The variable that receives the characters that were read

Length

Type: Integer

The number of characters to be read. If you do not specify this parameter, the maximum length of the string is used.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also