ToString

Converts a value to a string type

Keywords

Parameters & Returns

Parameters

This function takes no parameters.

Returns

String

Quick Summary

Converts a value to a string type

Technical Exegesis...

Converts a value to a string type. Takes an Int or Double and converts it to a String representation. Allows numbers to be used in string concatenation or displayed as text. The resulting string contains the numeric value in a readable text format. Useful for creating output messages or combining numbers with text.

Example

Example.bam
; No example implemented yet