Hi Guys
I have a number and I only want to display the first 3 digits could you please help.
Thanks
<cfset mytour=885879><cfoutput>#Left(#mytour#, 3)#</cfoutput>
How can I make the result into a global variable to use later. Forgive me am a noob to coldfusion