[KCFusion] string functions

2001-12-04 Thread Mark Kirkbride

Anyone know of a web page with some info on String Functions?

Thanks,
Mark Kirkbride
Information System Specialist
FBD Consulting, Inc.
(913) 319-8836
[EMAIL PROTECTED]



__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]




Re: [KCFusion] string functions

2001-12-04 Thread Daryl Banttari

You could start here:
http://livedocs.allaire.com/cf50docs/CFML_Reference/Functions2.jsp#1099887

Knowing what all of the string functions are (and what they do) is the first
step.  I recommend reading the language reference cover-to-cover, twice.
The point is not memorization, but the ability to later say, Wasn't there a
built-in function that does that..?

After that, the tricks are mostly around:
- mastering regular expressions
- using creative delimiters with list functions (such as cr/lf for looping
around a file, line by line)
- recognizing creative uses for list functions

Are you looking for something in particular?

If you'd like to see several string functions in action, check out the
attached template, which will find opportunities for the use of CFQUERYPARAM
and modify the code to use it (then save the altered template to a new
file.)

--Daryl

- Original Message -
From: Mark Kirkbride [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, December 04, 2001 3:47 PM
Subject: [KCFusion] string functions


Anyone know of a web page with some info on String Functions?

Thanks,
Mark Kirkbride
Information System Specialist
FBD Consulting, Inc.
(913) 319-8836
[EMAIL PROTECTED]



__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]





_parameterizeQueries.cfm
Description: Binary data


RE: [KCFusion] string functions

2001-12-04 Thread Mark Kirkbride

Thanks for the insight.  I'm just trying to compare to strings in an
CFIF statement, but sometimes get results that I don't want.  I think I
have a work around though.

Mark Kirkbride
Information System Specialist
FBD Consulting, Inc.
(913) 319-8836
[EMAIL PROTECTED]


-Original Message-
From:   Daryl Banttari [SMTP:[EMAIL PROTECTED]]
Sent:   Tuesday, December 04, 2001 3:55 PM
To: [EMAIL PROTECTED]
Subject:Re: [KCFusion] string functions

You could start here:

http://livedocs.allaire.com/cf50docs/CFML_Reference/Functions2.jsp#10998
87

Knowing what all of the string functions are (and what they do)
is the first
step.  I recommend reading the language reference
cover-to-cover, twice.
The point is not memorization, but the ability to later say,
Wasn't there a
built-in function that does that..?

After that, the tricks are mostly around:
- mastering regular expressions
- using creative delimiters with list functions (such as cr/lf
for looping
around a file, line by line)
- recognizing creative uses for list functions

Are you looking for something in particular?

If you'd like to see several string functions in action, check
out the
attached template, which will find opportunities for the use of
CFQUERYPARAM
and modify the code to use it (then save the altered template to
a new
file.)

--Daryl

- Original Message -
From: Mark Kirkbride [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, December 04, 2001 3:47 PM
Subject: [KCFusion] string functions


Anyone know of a web page with some info on String Functions?

Thanks,
Mark Kirkbride
Information System Specialist
FBD Consulting, Inc.
(913) 319-8836
[EMAIL PROTECTED]




__
The KCFusion.org list and website is hosted by Humankind
Systems, Inc.
List Archives
http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise..
mailto:[EMAIL PROTECTED]
To Subscribe
mailto:[EMAIL PROTECTED]
To Unsubscribe
mailto:[EMAIL PROTECTED]

  File: _parameterizeQueries.cfm  


__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]