The slidedata statement slides the columns at and to the right of the current column.
Parameters
This statement has one parameter:delta – number of fields to slide (postive for right, negative for left).
Description
This statement shifts the columns at and to the right of the current column. Suppose a database has fields A, B, C and D. This example will shift fields B and C to the right into C and D. The data in D will be lost.
field B
slidedata 1
This example will shift fields C and D to the left into B and C. The data in B will be lost.
field B
slidedata -1
See Also
History
Version | Status | Notes |
10.0 | New | New in this version. |