Method code for $registry.set_max_char_len()

[Turn on line numbering]
arg value;

(> .perms(sender(), 'manager) <);
if (type(value) != 'integer)
    throw(~type, "Value is not an integer");
max_char_len = value;

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon