latest reactions

David Levin
Does the trim still work if the form fie …
mal
as long as the join keys are same in eac …
Tarida
I am using ipinfodb.com to redirect the…
David Levin
Good stuff. For those interested in a UD …
PtcBux
oh Wilbur Gans wrote thank you so much…

Clicky Web Analytics
Use OpenDNS
ZERIGO DNS

Ultimate dns hosting based on pre-defined templates, DNS redirection and lot's more.

mxna feeds

Face Detection with JJIL Library and ColdFusion (Experiment)Face Detection with JJIL Library and ColdFusion (Experiment)Viviotech joins as a hosting provider!CFUnit launches its production release!CFUnit v0.5.2 ReleasedHighlight Your Project with CFUnitCFUnit releases its first Release CandidateNew CFUnit PrimerCFUnit Now Supports ColdFusion Template TestingCFUnit Beta Release!ColdFusion Security Hotfix APSB13-13Writing Secure CFML cfObjective 2013 SlidesDitching ColdFusion's UI Controls at cfObjectiveColdFusion Contract Job in San Jose, CAGetting Into Ember: Part 4

All files are strictly confidential: all information is classified.
© Copyright 2002 - 2013 mximize.com.
All right reserved.

Visit Carlos GallupaMXNA webfeed

How to get the character number of a character!!

Let's assume you know the character.. in this case a tab, and you wan't to know the chr() value.

<cfoutput>
#Asc(" ")#
</cfoutput>

Output is 9, you can use this number to place tabs in your code like this.

<cfset row = value1 & chr(9) & value2>

The result in this case is a tab-delimited row of records.

7627 viewed | Your opinion...  | del.icio.us | Digg it | Tjarko @ 05/11/04 0:00 cet


Reactions:

Leave your comment

Your name


Your url/website/link/email....


Some room for your reaction is placed here..



The answer to the ultimate question is?? (42 ;-))




URL en mail addresses are translated for you... life sometimes is that simple!!