webformallitems(
)

The webformallitems( function returns a list of POST parameters passed from a form to the web server as a carriage return separated list.


Parameters

No parameters.


Description

This functions returns a list of POST parameters passed from a form to the web server as a carriage return separated list. This example retrieves the names and then runs a loop to process each submitted item.

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

Note: The names can also be retrieved using the webformitemnames statement, and is also identical to the webformitemnames( function.


See Also


History

VersionStatusNotes
10.2No ChangeCarried over from Panorama 6.0.