DataInterfaceStream:-Skip - skip a block of the data stored in the DataInterfaceStream module
|
Calling Sequence
|
|
stream:-Skip( number )
|
|
Parameters
|
|
stream
|
-
|
DataInterfaceStream module
|
number
|
-
|
integer; amount of data to skip
|
|
|
|
|
Description
|
|
•
|
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.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
[ 1..127 1-D Array ]
|
[ Data Type: integer[1] ]
|
[ Storage: rectangular ]
|
[ Order: C_order ]
|
|
|
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
|
|
Download Help Document
Was this information helpful?