Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
RW_SET_PARAM (RealWeb) (rw_set_param.htm)
![]() |
Example |
Sets the value of a RealWeb parameter. You can add new parameters and change
the values of parameters appended to the
URLor passed to RealWeb when a
form is submitted. This allows your subroutine to call another RealWeb
subroutine with different parameters.
Note: You cannot change the values of internal RealWeb parameters.
See RW_GET_PARAM for more information about RealWeb parameters.
RW_SET_PARAM(Param, Value)
Param The name of the parameter to set.
Value The new value for the parameter.