Help for this page

Select Code to Download


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