aaa Posted March 9, 2005 Share Posted March 9, 2005 Who know? Can i by any way get the symbol color in the text? Link to comment Share on other sites More sharing options...
CobaltSky Posted March 9, 2005 Share Posted March 9, 2005 If you're using FileMaker 7, you can do this in a calcualtion using the TextColor( ) function. If you're entering the text directly, just select the text that you want to color and then go to the 'Format' menu and choose a color from the 'Text Color' sub-menu. Link to comment Share on other sites More sharing options...
aaa Posted March 10, 2005 Author Share Posted March 10, 2005 Thank you Ray. I want more exactly tell what i want. Let i have any text. In this text i have words for example "wold" un any color. I want that the first word in text will have the same color as "wold". I will be very thank for any help. Link to comment Share on other sites More sharing options...
CobaltSky Posted March 11, 2005 Share Posted March 11, 2005 OK, try: Let(L1 = LeftWords(YourField; 1); TextColor(L1; 255) & " " & Substitute(Right(YourField; Length(YourField) - Length(L1)); "wold"; TextColor("wold"; 255))) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.