DataInterfaceStream
Skip
skip a block of the data stored in the DataInterfaceStream module
Calling Sequence
Parameters
Description
Examples
stream:-Skip( number )
stream
-
DataInterfaceStream module
number
integer; amount of data to skip
The Skip command skips the next number elements of data from stream without returning any data. If stream stores character data, each element is a single character. If stream stores binary data, each element is a byte.
If there are less than or equal to number elements in the stream, then no more data will be available for reading after the call to Skip.
[ 1..127 1-D Array ]
[ Data Type: integer[1] ]
[ Storage: rectangular ]
[ Order: C_order ]
See Also
Database
Database[DataInterfaceStream]
Database[DataInterfaceStream][Get]
Database[DataInterfaceStream][Read]
Database[usage]
Download Help Document