append abs_location "http://" $webenv(HTTP_HOST) "/neowebscript"
set standard_procs "/neowebscript/include.nws"
load_virtual $standard_procs
set command_format_procs "/neowebscript/commands/command_include.nws"
load_virtual $command_format_procs
##############################
#
#
# Begin variables - start editing with new info
#
#
##############################
set command_name "make_nc_registry"
set title_name "MAKE_NC_REGISTRY"
set package_name "NeoWebScript"
set short_description "Creates registry for named counters. "
set synopsis {
make_nc_registry [max_counters] [comments]
}
set description {
Executed one time only, to create the page owner's Named
Counter Registry file (NCRegistry). Defaults to the maximum allowable
number of counters in the registry. This maximum is 200 counters by
default, but can be changed by the server administrator. Minimum
value for max_counters is 20.
}
##############################
#
#
# End variables - do not edit past this point
#
#
##############################
emit_command_page