spanof
ACTION: return span of array variable dimension
USE: nbytes=spanof variable dimension
EXAMPLE:
dim as long v(10) : n=spanof v

RESULT:
n=10

RELATED: sizeof offsetof typeof typecodeof recordof