Hi All,
I have a field, and I want to change the color of the first letter of each paragraph. This can be easily done to a text member using:
member("text member").item[x].char[1].color = rgb(255,0,0)
however, when you try the same thing on a field member it says "property not...