Tcl Powered!NeoWebScript

Home
 
Download
User Info
New User FAQ
Tutorials
Demos
Commands
Variables
Troubleshooting
Sysop Info
Sysop FAQ
Theory
Installation
Management
Tests
Troubleshooting
Feedback
Resources
Release Notes
Credits
Disclaimer
LOAD_RESPONSE - Neowebscript
Synopsis * Description

Load the CGI response into the global array

Synopsis

  • load_response [responseArrayName] [multiList]

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.

Copyright © 1995-1999 NeoSoft Inc., 1770 St. James Place, Suite 500, Houston, TX 77056 USA. All Rights Reserved