I know this works, but as I mentioned at the beginning of this topic "I can't use class fields on iseries" !
In your example you use Color.red, where red is a field of class "Color".
I'm looking for a function that returns a color-object for a given color-name. I thought the rgbColorspace constructor would solve my problem, but I get an error (see previous messages).
Something like Color RedColor = getColor("Red") would help me a lot.
Thanks,
Goddeau H.