utfrmin.wbb - Copy CGI Input to a Data Template
Syntax
CALL "utfrmin.wbb",cgi$,tpl$
Description
This is a high-level program to copy data from the CGI input template to a data template. It is sensitive to the user-defined format attributes for defining date, number, and string formats. This is typically used to copy data into a data template for storage in a file from either a form being updated, or from a URL that contains CGI input fields.
Parameter |
Description |
---|---|
cgi$ |
String template generated by utcgi.wbb. |
tpl$ |
Data template that can incorporate user-defined format attributes. For additional information, see the Data Templates section. |