I am a CF programmer. But, right now I had to fix a
stored procedure in SQL Server 7.0 and write the loop
with the following logic. This is a CF list but if
someone can help me with this I would really
appreciate it.
Our SQL person has left the company, so I have to do
this for right now.
<cfparam name="itemNo" default="">
<cfparam name="IDno" default="">
for (i=1; i=5; i++){
while ( i !=5 )
{
if(IDno[i]== NULL and i != 1)
itemNo[i-1] = IDno[i-1]
}
}
Thanks
__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.