Node:find-next-conf-no, Next:, Previous:first-unused-text-no, Up:Protocol Requests



find-next-conf-no [116] (11) Recommended


        find-next-conf-no [116] ( start : Conf-No )
                -> ( Conf-No );

This call returns the next conference that you are allowed to see in the database created after conference start. start does not have to be a valid or readable conference number, as shown in the examples.

Example:

        1 116 0
        =1 2
        1 116 2
        =1 4

This example shows how to retrieve the first readable conference in the LysKOM database by calling find-next-conf-no with start set to zero. In the example, the first conference is number 2. The second example gets the conference following number 2, which happens to be conference number 4.

Error codes


login-first
Login required before issuing this call.
undefined-conference
There is no conference following conf start.