set command_format_procs "/neowebscript/commands/command_include.nws" load_virtual $command_format_procs ############################## # # # Begin variables - start editing with new info # # ############################## set command_name "load_response" set title_name "LOAD_RESPONSE" set package_name "Neowebscript" set short_description "Load the CGI response into the global array" set synopsis {
  • load_response [responseArrayName] [multiList] } set description { Load the CGI response into the global array response or the array named by responseArrayName

    If the same name is repeated in the post or query, response(__name) is set, and response(name) is converted to a list. Use [info exists response(__name)] to check if the array member is a straight value or a list.

    If multiple response is expected (as in <select multiple>), use multiList to force the array members of the response array to always be a list.

    } ############################## # # # End variables - do not edit past this point # # ############################## emit_command_page