String

Text data type for storing strings of characters

Keywords

Parameters & Returns

Parameters

This function takes no parameters.

Returns

Type

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.

Example

Example.bam
; No example implemented yet