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 "reset_nc"
set title_name "RESET_NC"
set package_name "NeoWebScript"
set short_description "Deletes all counter history, sets new initial count "
set synopsis {
reset_nc counter_name [init_counts] [comments]
}
set description {
This command is functionally the equivalent of a delete_nc
followed by a register_nc. All information on the counter
is deleted, and then the counter is recreated with a new initial
count and comments. As with register_nc, initial counts are
distributed over the 5 browser classes as Mozilla 85%, Mosaic 5%,
Lynx 2%, MIE 1% and Other 7%. Default initial counts is 0.
}
##############################
#
#
# End variables - do not edit past this point
#
#
##############################
emit_command_page