Syntax
CALL "utfrmin.wbb",cgi$,tpl$
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.
cgi$ is the string template generated by utcgi.wbb.
tpl$ is a data template that can incorporate user-defined format attributes. For more information, see the Data Templates section.