Regular expression help
Posted: Wed Feb 06, 2002 6:04 pm
Hi,
I'm hoping that someone will have a suggestion for me because I've been working with the regular expressions descriptions over and over, and I can't figure out how to make double-click "jump-to's" work in the command results window with my compiler.
My compiler generates messages like this:
...
148. INCLUDE T: qryrailcarstatcentrespa00.inc
149. INCLUDE U: qryrailcarstatloclrespa00.inc
150. INCLUDE V: qryrailcarvinrespa00.inc
151. INCLUDE W: qrytrkrespa00.inc
152. INCLUDE X: qryvinramposrespa00.inc
153. INCLUDE Y: qryvinreqbayrespa00.inc
154. INCLUDE Z: sbmtadhocrespa00.inc
155. INCLUDE AA: sbmtasnrespa00.inc
156. INCLUDE AB: sbmtvingateactrespa00.inc
...
There are two things going on here. First of all, most of the lines just refer to include files. I'd like to be able to double-click on the file names and open those files. Thus far, I've not been able to figure out how to write a regular expression to do this. Can anyone be of any help with this?
Thanks in advance,
Brian
I'm hoping that someone will have a suggestion for me because I've been working with the regular expressions descriptions over and over, and I can't figure out how to make double-click "jump-to's" work in the command results window with my compiler.
My compiler generates messages like this:
...
148. INCLUDE T: qryrailcarstatcentrespa00.inc
149. INCLUDE U: qryrailcarstatloclrespa00.inc
150. INCLUDE V: qryrailcarvinrespa00.inc
151. INCLUDE W: qrytrkrespa00.inc
152. INCLUDE X: qryvinramposrespa00.inc
153. INCLUDE Y: qryvinreqbayrespa00.inc
154. INCLUDE Z: sbmtadhocrespa00.inc
155. INCLUDE AA: sbmtasnrespa00.inc
156. INCLUDE AB: sbmtvingateactrespa00.inc
...
There are two things going on here. First of all, most of the lines just refer to include files. I'd like to be able to double-click on the file names and open those files. Thus far, I've not been able to figure out how to write a regular expression to do this. Can anyone be of any help with this?
Thanks in advance,
Brian