# jCL F
Updated: 2/24/2021, 3:51:59 PM
Created: 2/24/2021, 3:51:59 PM
Last Updated By: Daniel Klein
Read Time: 1 minute(s)
Tags: buffer jcl
# Description
This command moves the active input buffer pointer forward to the next parameter. It takes the general form:
F
1
# Note
The input buffer pointer is moved forward to the next field mark, or to the end of the buffer.
# Example 1
| Command | PIB Before | PIB After |
| ------- | ---------- | --------- |
| F | ABC^DEF^GHI | ABC^DEF^GHI |
| | ^ | ^ |
1
2
3
4
2
3
4
# Example 2
| Command | PIB Before | PIB After |
| ------- | ---------- | --------- |
| F | ABC^DEF^GHI | ABC^DEF^GHI |
| | ^ | ^ |
1
2
3
4
2
3
4
PIB - Primary Input Buffer.
Back to jCL.