spssdata.IsLastSplit Function (R)
spssdata.IsLastSplit(). Indicates if the current split group is the last one in the active dataset, for datasets with splits. The result is a logical value--TRUE if the current split group is the last one, otherwise FALSE. A value of FALSE is also returned before any data are read.
For an example of using IsLastSplit
see the topic on the GetSplitDataFromSPSS function.