4.23 bottom - Last row

Format: bottom()

Return true if record is positioned in the last row, otherwise return false.

Example

Example 1: Basic Example

$ more dat1.csv
val
1
2
3
4
$ mcal c='bottom()' a=rsl i=dat1.csv o=rsl1.csv
#END# kgcal a=rsl c=bottom() i=dat1.csv o=rsl1.csv
$ more rsl1.csv
val,rsl
1,0
2,0
3,0
4,1