Use this code for replacing a value by a numerical display (LED) you can make use of it for a counter or all other value that you want! The point are suppoted too! Use the images provided in the ZIP has to be insert in a directory "IMAGES" do not forget to adjust the path for the images. The images are of 131 X 162 pixels thus you have the choice for the size of the Number. You can use any Gif you want.
English will follow
______________
AffNumerique.ASP
_______________
utiliser ce code pour pour remplacer une valeur en chiffre par
un afficheur de style numerique vous pouvez vous en servir
pour un compteur ou tout autre valeur que vous vouler!
Les point sont suppoter aussi! Utiliser les images fournies
dans le ZIP a inserer dans un dossier IMAGES
N'oubliez pas d'ajuster le chemin pour les images. Les images
sont de 131 x 162 pixels donc vous avez le choix pour la grosseur
des chiffres. Vous pouvez utiliser n'importe quel Image en GIF
if (Len (VaL)) < 9 then
i = 9 - Len (VaL)
for j = 1 to i
%><IMG SRC="images/compteur/chnul.gif" WIDTH=13 HEIGHT=16><%
next
End if
Remplacer le 9 par le nombre minimal d'unité de l'afficheur
(9 vous donneras 8 chiffres)
Si vous avez des probleme ou des commentaire contactez moi
André Ratté Jr.
ICQ#:1805496
Courriel: andre.nadyne@sympatico.ca
Use this code for replacing a value by a numerical display (LED) you
can make use of it for a counter or all other value that you want! The point are
suppoted too! Use the images provided in the ZIP has to be insert in a directory "IMAGES"
do not forget to adjust the path for the images. The images are of 131 X 162
pixels thus you have the choice for the size of the Number. You can use any
Gif you want.
if (Len (VaL)) < 9 then
i = 9 - Len (VaL)
for j = 1 to i
%><IMG SRC="images/compteur/chnul.gif" WIDTH=13 HEIGHT=16><%
next
End if
In That part of the code change the 9 for the Max Lenght of digit
(9 will give you 8 digit)
If you have comment or any problem feel free to contact me
André Ratté Jr.
ICQ#:1805496
Courriel: andre.nadyne@sympatico.ca
File List:
@PSC_ReadMe_6169_4.txt
1Kb
AffNumerique.asp
1Kb
AffNumerique.jpg
10Kb
CH0.GIF
2Kb
CH0P.GIF
2Kb
README.txt
2Kb
ch1.gif
2Kb
ch1p.gif
2Kb
ch2.gif
2Kb
ch2p.gif
2Kb
ch3.gif
2Kb
ch3p.gif
2Kb
ch4.gif
2Kb
ch4p.gif
2Kb
ch5.gif
2Kb
ch5p.gif
2Kb
ch6.gif
2Kb
ch6p.gif
2Kb
ch7.gif
2Kb
ch7p.gif
2Kb
ch8.gif
2Kb
ch8p.gif
2Kb
ch9.gif
2Kb
ch9p.gif
2Kb
chnul.gif
2Kb
compteur copy.PSD
98Kb
Similar code
Animated Text
(Popularity: ) : Makes an array of strings scroll across your browser. I dunno if anyone can use this but I had some ...