Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is that command that returns words from text?
Message
From
22/01/2008 06:53:45
 
 
To
21/01/2008 21:14:22
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01283877
Message ID:
01283935
Views:
25
This message has been marked as the solution to the initial question of the thread.
UPDATE: Oh, Hell. It's GetWordNum, but it won't help as what I'm trying to extract are the numeric values from an RGB() code. No actual words...
nRedVal = 0
nGreenVal = 0
nBlueVal = 0
SET Library to Foxtools.fll ADDITIVE
llresult = RGBComp(nRGBColor, @nRedVal, @nGreenVal, @nBlueVal)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform