Languages ASP / VbScript Graphics/ Sound  

AffNumerique

download download  
important code information
author:
André Ratté Jr.
minimum requirements:
AffNumerique description

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



_____________________________________________________________________________________________


In English:


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.txt1Kb
AffNumerique.asp1Kb
AffNumerique.jpg10Kb
CH0.GIF2Kb
CH0P.GIF2Kb
README.txt2Kb
ch1.gif2Kb
ch1p.gif2Kb
ch2.gif2Kb
ch2p.gif2Kb
ch3.gif2Kb
ch3p.gif2Kb
ch4.gif2Kb
ch4p.gif2Kb
ch5.gif2Kb
ch5p.gif2Kb
ch6.gif2Kb
ch6p.gif2Kb
ch7.gif2Kb
ch7p.gif2Kb
ch8.gif2Kb
ch8p.gif2Kb
ch9.gif2Kb
ch9p.gif2Kb
chnul.gif2Kb
compteur copy.PSD98Kb

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 ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 38
version
size in Kb 61
popularity   457/5827732
user rating 1/10
ad


New Code
Popular Code