Normal variables and text variables: What is the difference between a normal variable V[...] and a text variable text[...] ?
Normal variables V[...] are limited in length (up to 4000 bytes) and are internally optimized for fast access. Long text variables text[...] are not limited in length and are typically used for text boxes and text/HTML file content.