hello,
i am siva implementing easy patterns in textpipe, i followed the logic exactly,the syntax everything but i am unable to get the output. i am able to get output for one field that has to be inserted but if i include one more i am unable to get.And one more doubt how to concatenate two easy patterns? i am giving you some part of the code below. please go through it and if you can help me please do.
Thanks in advance.
EASY PATTERN:
1:
<tr class="c1" height="20"><td class="acn" rowspan="2">[(oneormore chars)1]</td><td class="ank w">[3 digits]</td><td class="ank w"><a
class="f" href="#" onclick="javaScript:gTL([oneormore chars]); return false;">[(oneormore chars)2]</a></td><td class="ann"><input
type="checkbox" name="[(oneormore chars)3]" onclick="JavaScript:aSNC(this,2)"></td><td class="acn">[oneormore chars]</td><td class="acn">[oneormore chars]</td><td class="ann w"><input type="checkbox" name="[oneormore chars]" onclick="JavaScript:aSNC(this,2)"></td><td class="acn w">[oneormore chars]</td><td class="acn w">[oneormore chars]</td><td class="acn" colspan="3">[oneormore chars]</td><td class="acn w" rowspan="2"> </td></tr><tr class="c1" height="20"><td class="bnk w">[3 digits]</td><td class="bnk w"><a class="f" href="#" onclick="javaScript:gTL([oneormore chars]); return false;">[(oneormore chars)4]</a></td><td class="bnn"><input type="checkbox" name="[(oneormore chars)5]" onclick="JavaScript:aSNC(this,2)"></td><td class="bcn">[oneormore chars]</td><td class="bcn">[oneormore chars]</td><td class="bnn w"><input type="checkbox" name="[oneormore chars]" onclick="JavaScript:aSNC(this,2)"></td><td class="bcn w">[oneormore chars]</td><td class="bcn w">[oneormore chars]</td><td class="bcn" colspan="3">[oneormore chars]</td></tr>
AND THE SOURCE CODE IS BELOW.
Source code:
<tr class="c1" height="20"><td class="acn" rowspan="2">Nov 04 00:05</td><td class="ank w">701</td><td class="ank w"><a class="f" href="#" onclick="
javaScript:gTL(4307,
'20014379',
'48',
'1',
'36',
'0',
'0',
'30581162'); return false;">HOU Rockets</a></td><td class="acn" colspan="3">OTB</td><td class="acn w" colspan="3">OTB</td><td class="acn" colspan="3">OTB</td><td class="acn w" rowspan="2"> </td></tr><tr class="c1" height="20"><td class="bnk w">702</td><td class="bnk w"><a class="f" href="#" onclick="
What is the error?
Moderator: DataMystic Support
- DataMystic Support
- Site Admin
- Posts: 2328
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
No errors parsing the pattern in EP Helper 2.4 - what is the error?
For match results 1,2,3 you should use $1, $2, $3
For match results 1,2,3 you should use $1, $2, $3
Regards,
Simon Carter, http://DataMystic.com/forums/index.php
http://PredictBGL.com - Insulin dose calculator for Type 1 diabetes
http://DownloadPipe.com - 250,000 free software downloads
http://DetachPipe.com - send huge email attachments
Simon Carter, http://DataMystic.com/forums/index.php
http://PredictBGL.com - Insulin dose calculator for Type 1 diabetes
http://DownloadPipe.com - 250,000 free software downloads
http://DetachPipe.com - send huge email attachments