SetParameters

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber SetParameters(SalString sParameters)

Sets the value of the parameters member. Syntax: [Name]=[Value]&[Name]=[Value]...

Parameters

Name Description
SalString sParameters Packed parameter string

Returns

This method does not return a value.

Comments

This method will clear any existing parameters. The supplied string will be scanned  for encoded characters which means that even tough the method handle non encoded strings parameter name and values can not contain following reserved characters &=%.

In most cases this method should not be used to set parameters and their values. Use the iParameters interface which provides a cMessage interface against the parameters.

Example

Add new C# coding sample

URL.iParameters.AddAttribute( 'NAME', 'VALUE' )
URL.iParameters.AddAttribute( 'NAME', 'VALUE' )