Help for this page

Select Code to Download


  1. or download this
    @ID = qw(1 1 2 3 4 4 6 6);
    @Value_1 = qw(a a a a a a a a );
    @Value_2 = qw(b b b b b b b b );
    @Value_3 = qw(c d c c c d c d);
    
  2. or download this
    if (($Entry > 0) && ($ID[$Entry] eq $ID[$Entry - 1])) {
            
    ...
    push(@Value, $Placeholder);
                
        etc...        }