Note
ამ გვერდზე წვდომა ავტორიზაციას მოითხოვს. შეგიძლიათ სცადოთ შესვლა ან დირექტორიების შეცვლა.
ამ გვერდზე წვდომა ავტორიზაციას მოითხოვს. შეგიძლიათ სცადოთ დირექტორიების შეცვლა.
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