Purpose
Returns field data that was passed from a rule or rule set to a rule-launched application.
Syntax
FCStartUpField ( FieldID [, FieldIndex] )
FieldID |
The ID of the field containing the data. |
FieldIndex |
The numeric index of the field. |
Example
Debug FCStartUpField(1000,2)
|