IsPlainText ( text )
Returns True (1) if text has no text formatting applied to it; otherwise returns False (0).
Average rating: 4.5 (31 votes) Log in to vote
Michael Horak - Show more from this author
*COMMENT Visual Realisation |
Sample input:
IsPlainText ( TextStyleAdd ( "abc" ; bold ) )
IsPlainText ( TextFormatRemove ( TextStyleAdd ( "abc" ; bold ) ) )
IsPlainText ( TextFormatRemove ( TextStyleAdd ( "abc" ; bold ) ) )
Sample output:
0
1
1
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)