Whatever message this page gives is out now! Go check it out!
Trim(string)Parameter | Description |
string | A string or a variable that contains a string. |
<cfscript>
string=" This is a typical Hello World string "
writeOutput(Trim(string))
</cfscript>