Parameters & Returns
Parameters
This function takes no parameters.
Returns
Quick Summary
Text data type for storing strings of characters
Technical Exegesis...
Text data type for storing strings of characters. Used in variable declarations to specify a string type. Can store any sequence of text characters including letters, numbers, symbols, and spaces. Dynamically sized to accommodate strings of any length. Used with Local, Global, Const, Field, or function parameters/returns. Essential for text processing, user messages, and data display.