Re: One question about list parsing

2000-04-04 Thread Ric Smith
customer set receiptNo = '#myArray[1]#' where Cust_Code='#myArray[2]#' -- Ric Smith - Original Message - From: aslam bajaria [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 03, 2000 3:04 PM Subject: One question about list parsing I have the following task to do: I have

One question about list parsing

2000-04-03 Thread aslam bajaria
I have the following task to do: I have a list that is like 1, abc, 747466464, jdj, 484848848, utd, ... and so on. What I have to do is write a script that looks like: update table customer set receiptNo = '11' where Cust_Code='abc' update table customer set