|
Phanku Novice
Joined: 09 Oct 2003 Posts: 40
|
Posted: Thu May 20, 2004 7:45 am
Multiline Capture |
I can't get this one.
I have tried everything.
Sorry, I know it has been discussed many a times. I have looked all over the help files and the forums. I have also tried the library to find my answers. So finally I'm comming to the Gurus of Zmud.
All I want is to capture all the tells that look like this into a simple window named juggs.
#window juggs
Code: |
[Jugger] Phanku: I am getting so frustrated at trying to get my client to
capture the text for the juggers line. I wish I could get
it to work. Then I would be one happy jugger!
|
So if you guys could help that would be awesome.
Thanks,
Phanku |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Thu May 20, 2004 9:03 am |
#TR "JuggerCap" {^~[Jugger~]*} {#TEMP "JuggerCapEnd" {^$} {#STATE JuggerCap 0};#CAP Jugger}
#CON "JuggerCap" {*} {#CAP Jugger} "" {Manual|Param=0} |
|
|
|
|
|