DarkBASIC Professional Help Wiki
Advertisement
Syntax


Count = GET ARRAY FIELD COUNT( Array() )


Description


When used on a typed array that has its format set, this function will return the number of fields defined within the UDT, or 0 if the format has not been set.

If used on a non-UDT array an error will be triggered.

Advertisement