External Interfaces > RealWeb > RealWeb API > System Routines > RW_SET_PARAM

Comment on this topic

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)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

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 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.

Syntax

RW_SET_PARAM(Param, Value)

Parameters

Param The name of the parameter to set.

Value The new value for the parameter.

RealityV15.0Comment on this topic