image\cslogo3d1.gif

JScript TextStream Object TextStream Read Method

Reads a specified number of characters from a TextStream file and returns the resulting string.

Syntax: JScript TextStream Object TextStream Read Method

object.Read(characters)

Arguments: JScript TextStream Object TextStream Read Method

object

The name of a TextStream object. Required.

characters

The number of characters you want to read from the file. Required.

Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.