[Turn on line numbering]arg method, object, options; var mod_method, prefix, postfix, index; prefix = ""; postfix = ""; if (method[1] != ".") { index = stridx(method, "."); prefix = method.subrange(1, index); method = method.subrange(index + 1); } else { prefix = "."; method = method.subrange(2); } postfix = "("; if (options) options = options.mmap('join, "=").join("&"); method = method.subrange(1, method.length() - 1); return prefix + "<A HREF=\"/bin/method?target=" + object + "." + method + "()" + (options ? "&" + options : "") + "\">" + method + "</A>" + postfix;
// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit