====== O4WStore routine ====== ==== Description ==== Creates a hidden textbox on the web page. ==== Syntax ==== O4WStore(text, name, id) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |text|The text to be placed in the textbox.| |name|The name of the textbox.| |id|The id of the textbox.|| ==== Remarks ==== Useful for storing information that you may wish to retrieve later, or use programmatically in scripting.