Hi there,
How do I sort the following file in a folder? Note that the one or two digits between 'CT' and '3150830758.png' are the keys.
CT03150830758.png
CT13150830758.png
CT23150830758.png
CT33150830758.png
CT43150830758.png
CT53150830758.png
CT103150830758.png
CT113150830758.png...
I developed a CF application for someone. However, a day after I put it on-line. It turns to something like "This site is hacked by Chinese, www.worm.com" etc in red text. I'm not sure what's up. I pulled the plug on the server and checked all of the index.cfm files to see when the...
Here is the story...
The Problem
Developing applications for a secure intranet or extranet almost always leads to the idea of a session. Since HTTP is a stateless protocol, the ability to authenticate a user with a login is often tied to sessions. ColdFusion makes much of this easy for...
Hi all,
I want to display a clock to tell the user how much session time left if no activity is performed. However, if the user click a button, the session time will be reset to full. I do not want the user to refresh the page because doing that will lose the data that has already been filled...
Thank you A440Guy,
I figured it out this way:
<cfset string = "acthaychyaggdsdy">
<CFLOOP INDEX="i" FROM="#len(string)#" TO="1" step ="-1">
<cfif (i mod 3) EQ 0>
<cfset string = Insert(' ', string, #i#)>
</cfif>
</CFLOOP>
Thank you for...
Hi all,
How can I manipulate string like from
"acthaychyaggdsdy"
to
"act hay chy agg dsd y"
or change above string to a list or an array containing above elements.
Thanks,
Stephen
Thank you DB,
It works very well. Just two more little questions.
(1) Do you think I can make the whole process simpler?
(2) Why is there always a empty line after each label?
I am actually working on a ColdFusion project to faciliate the administrator to select a few names from a...
shukui (TechnicalUser) Nov 19, 2001
I have the following text file.
David Smith
1 New York St West
Toronto, ON N1T 2W3
Micheal Jones
34 Wellington Street
New York, NY 37377
Janet White
88 Toront Street
Buffulo, OH 93939
...
Any one know how I can convert it to a MS Word 2000 file (using...
I have the following text file.
David Smith
1 New York St West
Toronto, ON N1T 2W3
Micheal Jones
34 Wellington Street
New York, NY 37377
...
Any one know how I can convert it to a MS Word 2000 file (using AveryWizard actually) so I can print out all the addresses onto a sheet of adhensive...
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.