webformitems(
)

The webformitems( function returns a list of POST parameters passed from a form to the web server, including both visible and invisible items (but excluding the special items Panorama generates for its own internal use).


Parameters

No parameters.


Description

This functions returns a list of POST parameters passed from a form to the web server, including both visible and invisible items (but excluding the special items Panorama generates for its own internal use). The list is formatted as a carriage return separated list. This example retrieves the names and then runs a loop to process each submitted item.

looparray webformitems(),cr(),formItem
   // process each item submitted in form
   let itemValue = webformitemvalue(formItem)
   ...
   ...
endloop

See Also


History

VersionStatusNotes
10.2No ChangeCarried over from Panorama 6.0.