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.
RealityV15.1Online Documentation (MoTW) Revision 7
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
URL
or 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.