Make Filter not case sensitive

1999-11-29 Thread Geoff Canyon
Is there a way to make the filter command not case sensitive, short of (for example) filtering by [tT][eE][sS][tT] to find all lines where test occurs, regardless of case? Thanks geoff canyon [EMAIL PROTECTED]

Re: Make Filter not case sensitive

1999-11-29 Thread Phil Davis
The caseSensitive property controls how the "filter" command acts. So when your script says: set the caseSensitive to false filter theContainer with "*is*" ... the filtered result could contain "MISS", "bliss", "Is it time yet?", etc. HTH Phil Geoff Canyon wrote: Is there a way to make