|
From: Matthias T. <mt...@we...> - 2010-07-28 18:26:33
|
Hi, > Hi friends, > is there any trick how to make him Case insensitive? amforth is case sensitive, I may change that sometimes, but now. A quick fix is a simple case converter, like perl or tr, but I do not know about such tools for Windows ;=) PS: the python scripts could do the job as well, there are python build-in functions to convert case, but see above not for Windows... maybe VBS or javascript could be used as well... Matthias |