Carrot reference
Functions
string()
given a value , returns that value as a string syntax string(value) value the value to be converted to a string return type string docid\ ujw2aqaktel5uuklup73s sample usage string(base) returns the value of base as a string "base = " + string(base) where base = 100000 returns the value base = 100000 as a string