The AddParameterChar Method

•AddParameterChar( $IOType, $Size, $Comment, $Name, $Value) - Defines the character type parameter.

 

Arguments

Value

Description

$IOType

  • in
  • out
  • both

Data direction type

$Size

 

Parameter size

$Comment

 

Developer  comment

$Name

 

Parameter name

$Value

 

Parameter value

Sample Code

Usage Example

$param[] = $ToolkitServiceObj->AddParameterChar('both',10,'Customer code', 'CODE', $code);