Hi, can someone tell me what this does:
Thanks.
[sub]
____________________________________
Just Imagine.
[sub]
Code:
<cfset Address = LJustify(left(Address, 40), 40)>
<cfset city = LJustify(left(City, 40), 40>
<cfset state = LJustify(left(state, 2), 2)>
Thanks.
[sub]
____________________________________
Just Imagine.
[sub]