Name
IgnoreCase -- define default case sensitive setting (V9.0)
Synopsis
IgnoreCase(casesen)
Function
This function allows you to specify whether functions like FindStr() and ReplaceStr() should be case sensitive by default. If you set the casesen argument to True, those functions will be case sensitive. If you set it to False, they won't be case sensitive. By default, they are case sensitive.

IgnoreCase() affects the following Hollywood functions:

Inputs
casesen
True if functions should case sensitive by default, False otherwise

Show TOC