UCM Unitec Home Page
      

Number of Fields in Input Message

 NoOfFields(P)

Name   Environment   Usage   Description   Data Type   Remarks   See also

Name

NoOfFields

Environment

Windows

Usage

value& = [Form.]Ucm.NoOfFields

Description

The NoOfFields property is set to the number of message sub fields with regard to the current Delimiter whenever a new input message is received. If Delimiter is unset, NoOfFields will contain 1.

Data Type

Long

Remarks

Setting a Delimiter value at runtime will cause the control to actualize the NoOfFields property for the current InputMsg value with regard to the new delimiter.

This property is read only and is not available at design time.

See also

Delimiter, Field(M), InputMsg

 

Back to top