Node:find-next-text-no, Next:find-previous-text-no, Previous:create-anonymous-text-old, Up:Protocol Requests
find-next-text-no [60] ( start : Text-No ) -> ( Text-No );
This call returns the next readable text in the database created after
text start
. start
does not have to be a valid or readable
text number, as shown in the examples.
Example:
1 60 0 =1 2 1 60 2 =1 4
This example shows how to retrieve the first readable text in the LysKOM
database by calling find-next-text-no
with start
set to zero.
In the example, the first text is number 2. The second example gets the
text following number 2, which happens to be text number 4.
no-such-text
start
.