Returns the field type of a field output from the parent node. If the second parameter is supplied, it is set to the length in chars if the field type is string.
Category: | Data Input |
Returned data type: | Character |
// Declare a hidden integer for the for loop, initializing it to 0 hidden integer i i = 0 // Increment through the data a number of times equal to the number // of fields in the data for i = 1 to fieldcount() //Check the type of each field in the data and take some action if fieldtype(i) == 'Date' then