Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
REVERSE RGB(0,0,0,255,255,255) to RGB(255,255,255,0,0,0)
Message
From
13/06/2003 13:18:04
 
 
To
13/06/2003 12:55:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00799797
Message ID:
00799895
Views:
37
Hi Steve,

for spaced out of "()":
oldval="RGB  (   0,  0,  0,  255,  255  , 255    )     "
?STUFF(LEFT(m.oldval,AT(",",m.oldval,3)-1),AT("(",m.oldval)+1,0,SUBSTR(m.oldval,AT(",",m.oldval,3)+1,LEN(RTRIM(m.oldval))-AT(",",m.oldval,3)-1)+",")+")"
Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform