I shouldn't say it's not working. It's syntactically correct in that it doesn't generate an error, but I need an extra white space in there and don't know how to do it.
Here's what I have:
That gives me this:
16hrs.
What I want is this:
16 hrs.
I tried in the CFSET but it didn't work. I also tried writing it like " hrs." but that didn't work either.
Does anyone know how to get a space between the 16 and hrs.? Kevin
slanek@ssd.fsi.com
Here's what I have:
Code:
<CFSET comp_hours = #SumOfHours# & "hrs.">
That gives me this:
16hrs.
What I want is this:
16 hrs.
I tried in the CFSET but it didn't work. I also tried writing it like " hrs." but that didn't work either.
Does anyone know how to get a space between the 16 and hrs.? Kevin
slanek@ssd.fsi.com