getarraysize()
¶
Warning
This page may contain outdated information, incompatible with the current version of Hercules and its coding standards.
Syntax¶
Description¶
This function returns the number of values that are contained inside the specified array. Notice that zeros and empty strings at the end of this array are not counted towards this number.
Examples¶
Info
This will make @arraysize == 6
. But if you try this:
Remark
@arraysize
will still equal 6, even though you've set 7 values.