makeString()

Synopsis

Returns the string with the same characters as name.

Syntax

makeString ( name As Name ) As String
Argument Type Description
name Name The string returned will be lowercase.

Example 1

Intent >makeString(:test_name)
--> "test_name" 

Example 2

Intent >makeString(:TEST_NAME)
--> "test_name"