RW_DISPLAY_PARAMS
| Example | 
Purpose
Outputs specified parameters in the RealWeb input parameter buffer, RWC.INBUF, to RWC.OUTBUF.
Syntax
RW_DISPLAY_PARAMS(Control)
Parameters
Control Specifies the required parameters as follows:
RWD_ALL or an empty string
                    
Retrieves all parameters.
RWD_SYSTEM
                    
Retrieves only System parameters.
RWD_LOCAL
                    
Retrieves only Local parameters.
RWD_LOCAL_VALID
                    
Retrieves only non-null Local parameters.
System parameters are those that are provided as part of RealWeb; local parameters are created by the application.
 Related Topics
Related Topics