.length property (or method)

Hello,

I have seen scripts, written in JScript, in the forums where it uses .length as a property, but I cant find that property in the help documents. For example, a script says "str.length"

"str" doesn't seem like an object

Thanks,

It's a property of the JScript string data type.

1 Like