RW_SET_PARAM


Purpose

Sets the value of a RealWeb parameter. You can add new parameters and change the values of parameters appended to the URLClosed Uniform Resource Locator - a web address.  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.

Syntax

RW_SET_PARAM(Param, Value)

Parameters

Param The name of the parameter to set.

Value The new value for the parameter.