!!! you don't use any function to do so in cf !!!!!!!
<cfoutput query=..>
#query.name#, #query.surname#<br>
</cfoutput>
adds the white space !!!! if you're not sure the browser will recognize it, use (the HTML code for an unbreakable space) : #query.name#, #query.surname#<br>
?? why would you want a cf function ??? maybe i misunderstood your question ?
hello iza, thanks for replying. however, it was the bad design in database, both lastname and firstname are stored in the same field (NAME) and seperated by a comma with no space. So i need to print out with lastname, (space) firstname.....
any idea how??? thanks....
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.