TextInputStream.PositionB
From Xojo Documentation
This item was deprecated in version 2019r2. Please use TextInputStream.BytePosition as a replacement. |
Property (As UInt64 )
aTextInputStream.PositionB = newUInt64Value
or
UInt64Value = aTextInputStream.PositionB
New in 5.5
Supported for all project types and targets.
or
UInt64Value = aTextInputStream.PositionB
New in 5.5
Supported for all project types and targets.
Indicates the byte position of the file pointer, not the character position. The first position is numbered zero.