ListView max. limits:  - max 259 Chars display in subitem (Windows' limit)  - max 4096 Chars stored in subitem (AutoIt's limit)  - max 4096 Chars get from subitem (AutoIt's limit)   $text = "ListView max. limits:" & @CRLF & _ " - max 259 Chars display in subitem (Windows' limit)" & @CRLF & _ " - max 4096 Chars stored in subitem (AutoIt's limit)" & @CRLF & _ " - max 4096 Chars get from subitem (AutoIt's limit)" #AutoIt3Wrapp