The numbers used the new functions TextStyleAdd() and TextColor() are bitmasks. For simple manipulations, + can sometimes be used to combine styles and colors:
RGB( 255, 0, 0 ) + RGB( 0, 255, 0 ) = RGB( 255, 255, 0 )
but for more complex operations, bitwise or operations can be helpful:
BitOr( Bold+Italic, Bold ) = Bold+Italic
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
Charts and graphs in your FileMaker 5/6/7/8 solution without a plug-in. Click
here.
Custom Function Authors:
Link to all of your own custom functions on this site with the following URL:
http://www.briandunning.com/filemaker-custom-functions/results.php?author=Your
Name Here