1) The easy: Not-case-sensitive-option in INSTR

2) The hard: Function overloading like in C++.
Functions should be carancterized by name AND arguments
such that MyFunc(x) and MyFunc(x,y) are differend
functions.

Regards
Peter