Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting integer color code into HTML color code
Message
De
26/07/2001 01:17:45
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Converting integer color code into HTML color code
Divers
Thread ID:
00535531
Message ID:
00535531
Vues:
48
I need to convert an integer color code into an HTML color code.

For example, if a user is prompted to select a color with getcolor(), and they choose red, the integer value returned is 255. In order to display the color red in HTML text, I need to either use 'font color="#FF0000"' or 'font color="red"'. How do I derive that "#FF0000" value from 255, or from any other valid color integer?

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform