Hi!
I'm creating a simple wordfile section for CSS files. I want the function list to show any line that starts with a "." AND any lines that are not blank and DO NOT contain a colon.
I got the "." part, using
/Function String = "%.*"
but can't figure out the DOES NOT have a ":" part . Any ideas appreciated.
Thanx,
Nathan
I'm creating a simple wordfile section for CSS files. I want the function list to show any line that starts with a "." AND any lines that are not blank and DO NOT contain a colon.
I got the "." part, using
/Function String = "%.*"
but can't figure out the DOES NOT have a ":" part . Any ideas appreciated.
Thanx,
Nathan