= 6): $Current_Set = "C"; else: $Current_Set = substr($VRep,$i,1); endif; $Current_Value = substr($Code_Value,$i,1); $Code = Get_Code($Current_Value,$Current_Set); /* echo ("$Current_Value -- $Current_Set -- $Code -- $Current_Pos
"); */ ImageChar($im,3,$Current_Pos,$Height - 12,$Current_Value,$line_color); $Current_Pos = Draw_Symbol($im,$Current_Pos,$Code,$hnormal,$line_color); $i++; } $Current_Pos = Draw_Symbol($im,$Current_Pos,"101",$hguard,$line_color); Header("Content-type: image/gif"); ImageGif($im); } if ($h == ""): $h = 65; endif; if ($color == ""): $color = "000000"; endif; $Value = $val; Decode($Value,$h,$color); ?>