length()
I4 length number of characters in value
# File ext/win32ole/sample/xml.rb, line 2578 def length() ret = _getproperty(110, [], []) @lastargs = WIN32OLE::ARGV ret end