Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
REVERSE RGB(0,0,0,255,255,255) to RGB(255,255,255,0,0,0)
Message
De
13/06/2003 11:29:23
 
 
À
13/06/2003 11:19:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00799797
Message ID:
00799829
Vues:
39
This message has been marked as a message which has helped to the initial question of the thread.
Hi Tracy,

raplay with RGB(
oldval="RGB(0,0,0,255,255,255)"
sForward=SUBSTR(m.oldval,5,LEN(m.oldval)-5)
sReverse=""
FOR n=1 TO ALINE(aItem,m.sForward,',')
  STORE ","+aItem[m.n]+m.sReverse TO sReverse
ENDFOR
? "RGB("+SUBSTR(m.sReverse,2)+")"
Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform