Navigation: Function Reference > Stream Functions > TEStream.getValue()

TEStream.getValue()

Top  Previous  Next

TEStream.getValue( offset: Integer ) : Double;

 

Retrieves a value from the current stream at offset. The value returned is a Double.

 

Parameters

 

offset

integer value (0 or negative offset into the stream)

 

myStream := Symbol.close;

myValue := myStream.getValue(-5);