Method code for $page_bin_index._make_string_to_display_href()

[Turn on line numbering]
arg obj, @args;

args = args ? args.join("") : "";
return "<a href=\"/bin/display?target=" + obj + args + "\">" + obj + "</a>";

// $#Edited: 04 Jul 97 06:26 $user_bruce

["// Brad Roberts and Bruce Mitchener, Jr. ", "// Created 16-May-1997 as a part of ColdCore, see: @help Credit"]

the Cold Dark