Files > FUNCTION LIST

parent
811.925
name
FUNCTION LIST
number
811.9255
Fields
#NameLocationTypeDetailsIndexDescription
.01function number0;1NUMERICFUNCTION NUMBER is an internal counter of the functions used in the function string. For example, if the function string is MIN_DATE(1,2)>MAX_DATE(3) then function number 1 is MIN_DATE and function number 2 is MAX_DATE. The function numbers correspond with the internal number used in field #10 LOGIC. For the above function string the LOGIC field would be FN(1)>FN(2).
.02function0;2POINTER802.4FUNCTION is a pointer to the Function File, #802.4. For example, if the function string is MIN_DATE(1,2)>MAX_DATE(3) then function number 1 is MIN_DATE and FUNCTION is the pointer to the MIN_DATE funtion in file #802.4
20function argument list20;0MULTIPLE811.9256The FUNCTION ARGUMENT LIST multiple is the list of arguments (finding numbers) for each function in the function string. For example, if the function string is MIN_DATE(1,2)>MAX_DATE(3) then the argument list for function number 1 is 1 and 2 and the argument list for function 2 is 3.

Error: Invalid Global File Type: 811.9255