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 "register_nc"
set title_name "REGISTER_NC"
set package_name "NeoWebScript"
set short_description "Creates a named counter in the registry. "
set synopsis {
register_nc counter_name [init_counts] [comments]
}
set description {
Executed one time only for each Named Counter. This creates
the counter and places it in the page owner's NCRegistry file.
The NCRegistry must already have been created by the make_nc_registry
command. counter_name must be unique. 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