APLX Help : Help on APL language : System Functions & Variables : ⎕FDROP Drop components from start or end of file
|
|
![]() |
|
The ⎕FDROP TIENO N {PASS}
The parameter For example, suppose you have a file with components numbered from 1 to 12. After executing the two statements: ⎕FDROP TIENO,2 ⎕FDROP TIENO, ¯3 the first component in the file will be component 3, and the last will be component 9. The original components 1, 2, 10, 11, 12 will no longer exist. The original components 3 through 9 still exist, and retain the same component numbers. See also the function |
|
APLX Help : Help on APL language : System Functions & Variables : ⎕FDROP Drop components from start or end of file
|
Copyright © 1996-2010 MicroAPL Ltd