Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
@...SAY COLOR - Function Reference
Message
 
 
À
14/08/2007 15:22:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01248126
Message ID:
01248131
Vues:
36
>>>Getting an error on this line. It thinks that GetRemarkColor() is an array and has an invalid subscript. It is a function and works well in other places. The return value of the function is a character RGB color set. What is the proper syntax for this in the COLOR clause? Thanks!
>>>
>>>
>>>@ iColorCode+2,7 SAY 'Sample Color Scheme ' COLOR ( GetRemarkColor(iColorCode) )
>>>
>>
>>Check http://msdn2.microsoft.com/en-us/library/yh90s8sw(VS.80).aspx
>>
>>It should be color pairs not a single color.
>
>Actually VFP also accepts numeric values. Try @4,4 SAY 'ASDASA' COLOR Rgb(255,64,64) or @4,4 SAY 'ASDASA' COLOR 4210943

Thanks. Help didn't say, but I could not find Help for @SAY anyway.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform