CONTENTS | INDEX | PREV | NEXT

SYNTAX            : RANGE ;V

RESULTING ARGUMENT: None

FUNCTION          : Convert upper case to lower case. Non-ASCII (language
                    specific) characters are taken into account. Non-upper
                    case characters are not affected.

                    The counterpart for ;V is ;Z.

RANGE             : START,END
                    START         : the buffer position to start at
                    END           : the buffer position to stop at

MATRIX