This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

color and formatting

Help for those learning Tcl or writing their own scripts.
Post Reply
n
neoclust
Halfop
Posts: 55
Joined: Fri Aug 14, 2009 11:03 am

color and formatting

Post by neoclust »

Hello I want to do a procedure that will only act when there is a color formatting such color over another (white on black) and not just when there is only a single color (blue) an idea plz
n
neoclust
Halfop
Posts: 55
Joined: Fri Aug 14, 2009 11:03 am

Post by neoclust »

I found the trick thank you

Code: Select all

if {[string match *?,?* $text]} {
by cons I would like to apply the code in a colorful line that exceeds a certain number of words thanks
Post Reply