RE: Help with Variable Scope, Regular Expressions

2004-04-15 Thread Charles K. Clarkson
William Martell <[EMAIL PROTECTED]> wrote: : : Hi Charles. Thank you very much for the code and the lesson. : Works perfectly! It wasn't meant to be a finished product. Just an example to learn from. You need to, at least, add some error checking, but I am glad it works. :) : I am trying t

RE: Help with Variable Scope, Regular Expressions

2004-04-15 Thread William Martell
Hi Charles. Thank you very much for the code and the lesson. Works perfectly! I am trying to add the address portion to this but I am still having some trouble. I wanted to see if I could ask you questions regarding your code for even more insight. Thanks in advance for your time and consider

RE: Help with Variable Scope, Regular Expressions

2004-04-08 Thread Charles K. Clarkson
William Martell <[EMAIL PROTECTED]> wrote: NOTE: This response is long. If you want to ask a question be responsible and delete anything that is not relevant to your question. Do NOT top post and repeat the entire messa

Re: Help with Variable Scope, Regular Expressions

2004-04-08 Thread William Martell
099","location: Casa View ","paper: The Dallas Morning News","date: 04/04/2004", [/RESULT] My desired result is this, (I want to be able to import this data into excel) [DESIRED] price: beds: bath: phone: address: location: paper: date: data, data, data, data, d

RE: Help with Variable Scope, Regular Expressions

2004-04-08 Thread Charles K. Clarkson
William Martell <[EMAIL PROTECTED]> wrote: : : I am trying to get this code to write the variables in : a specific order, even if they are undefined or blank. : I would like each row seperated by newline. What is a row? What specific order? : I am running into a problem with the scope of the

RE: Help with Variable Scope, Regular Expressions

2004-04-08 Thread Jayakumar Rajagopal
n n - indicates you are sorrting on the field 'n' th "," . thanks, Jay -Original Message- From: William Martell [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 1:15 PM To: [EMAIL PROTECTED] Subject: Help with Variable Scope, Regular Expressi

RE: Help with Variable Scope, Regular Expressions

2004-04-08 Thread Jayakumar Rajagopal
u are sorrting on the field 'n' th "," . thanks, Jay -Original Message- From: William Martell [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 1:15 PM To: [EMAIL PROTECTED] Subject: Help with Variable Scope, Regular Expressions Hello All. Thank you for rea

Help with Variable Scope, Regular Expressions

2004-04-08 Thread William Martell
Hello All. Thank you for reading my email :) I am trying to get this code to write the variables in a specific order, even if they are undefined or blank. I would like each row seperated by newline. I am running into a problem with the scope of the variable being limited to the block of code it