Hi all, Attached is patch to fix case-sensitivity issues with Pascal. It first searches case-sensitive an if an identifier isn't found, a case-insensitive search is performed. But this path is quite messy it can be cleaned up somewhat, but it will never win the 'most beautiful patch' contest. ;) Would it be acceptable to make the hash (msymbol_hash_iw or dict_hash) case insensitive by adding a to_lower, and to change strcmp_iw so that it does a case-insensitive compare when some case-insensitivity setting is set? Regards, Joost.