Node:unmark-text, Next:, Previous:mark-text, Up:Protocol Requests



unmark-text [73] (6) Recommended


        unmark-text [73] ( text-no : Text-No )
                -> ( );

This call removes any marks the logged-in person has set on the text text-no.

Example:

        1 23
        =1 1 { 110 230 }
        2 73 110
        =2
        3 23
        =3 0 *

This example shows how a user with a mark set on text number 110 removes it using the unmark-text call.

Error codes

login-first
Login required before issuing this call.
undefined-person
The person currently logged in does not exist (can't happen error.)
not-marked
The text text-no was not marked.