- or download this
<Item Name="Whatever">
<replicant field>
...
<value2 = "Two">
<End replicant>
<End "whatever" item>
- or download this
if ($item_name eq "LinkLocation") {
...
$found++;
}
- or download this
if ($item_name eq "Show Link") {
...
}
$found++;
}