Function Returns an HTML context parameter in internal format
Example s10fromcontextinfo( exporting   key = mykey changing   result = myresult ).
Format data:
  mykey type string,
  myresult type any.

  s10fromcontextinfo(
    exporting
      key = mykey
    changing
      result = myresult ).
Parameters
Name Type Description
key string
Parameter name
result any
Parameter value
Description With s10fromcontextinfo() you get single parameters of the HTML context in internal format.
The method combines s10contextinfo->getvalue() and s10userinput().
See  s10contextinfo() for more details.
Components S10 Framework