Hello,
I'm writing a module to analyse the HS Login list and extract non-local visitors, afterall, it's a web page like any other.
Impossible to make this thing work.
After much trouble, I use the DaCom "Text Splitter", and now I realize that the HS server does mess-up when it sees the sequence
....</td><td>....
The Login list is a table, hence it is full of these sequences.
To verify this scenario:
use the DaCom module
fill a static variable as in the DaCom example
Das#ist#ein#Text Trenner=35 Pos=2 output="ein" Number=4
same exercice with
Das<ist<ein<Text Trenner=60 Pos=2 output="ein" Number=4
same exercice with
<td>Das</td><td>ist</td><td>ein</td><td>Text</td>
NO GO
although the Number=9 which is correct, but no output 
Is this supposed to work ? If it doesn't, it's useless in many cases.
Thanks
Raymond
I'm writing a module to analyse the HS Login list and extract non-local visitors, afterall, it's a web page like any other.
Impossible to make this thing work.

After much trouble, I use the DaCom "Text Splitter", and now I realize that the HS server does mess-up when it sees the sequence
....</td><td>....
The Login list is a table, hence it is full of these sequences.
To verify this scenario:
use the DaCom module
fill a static variable as in the DaCom example
Das#ist#ein#Text Trenner=35 Pos=2 output="ein" Number=4
same exercice with
Das<ist<ein<Text Trenner=60 Pos=2 output="ein" Number=4
same exercice with
<td>Das</td><td>ist</td><td>ein</td><td>Text</td>
NO GO


Is this supposed to work ? If it doesn't, it's useless in many cases.
Thanks
Raymond
Kommentar