Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Syntax
Record.FieldCount(record as record) as number
About
Returns the number of fields in the record record.
Example 1
Find the number of fields in the record.
Usage
Record.FieldCount([CustomerID = 1, Name = "Bob"])
Output
2