Method ADT.Table.table()->limit()
- Method limit
objectlimit(intn)- Description
This method truncates the table to the first
nrows and returns a new object.
object limit(int n)
This method truncates the table to the first n rows and returns
a new object.