Minim
index
 
Name skip ( )
Examples
None available
Description Skips millis from the current position. millis can be negative, which will make this skip backwards. If the skip amount would result in a negative position or a position that is greater than length(), the new position will be clamped to zero or length().
Syntax
skip(millis);
Parameters
millis   how many milliseconds to skip, sign indicates direction
Returns None
Usage Web & Application
Related