Investment Studio > Expressions > Functions > Text > T
string t(argument)
Returns the argument if it is a string; returns the referenced string if argument is a reference to a string; returns "" (an empty string) otherwise.
Examples
=t("Hello!")
equals "Hello!"
=t(1)
equals "".
See also value.