Here's a way as a UDF:

<cfscript>
        function WaitMS(ms) {
                var startms = getTickCount();
                var endms = startms + ms;
                while (endms GT getTickCount());
}       
</cfscript>

Dave

On 22/08/05, Troy Simpson <[EMAIL PROTECTED]> wrote:
> I know this is not normally needed for a ColdFusion Application
> because most people want their apps to run fast.
> 
> But I have a need to put a wait period in my code.  If there a
> function in ColdFusion MX 6.1 to cause the process to wait.  For
> example:
> 
> doSomething();
> wait(500);  / wait 500 milliseconds.
> doSomethingElse();
> 
> Thanks,
> Troy
> 
> --
> Troy Simpson
>   Applications Analyst/Programmer, OCPDBA, MCSE, SCSA
> North Carolina State University Libraries
> Campus Box 7111 | Raleigh | North Carolina
> ph.919.515.3855 | fax.919.513.3330
> E-mail: [EMAIL PROTECTED]
******************************************************************************************
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to 
the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL 
requests 
that you immediately notify the sender and asks that you do not read the 
message or its 
attachments, and that you delete them without copying or sending them to anyone 
else. 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215909
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to