>I think it's been mentioned that dostring() caches the compiled versions >of strings. It does not. Perhaps you're confusing dostring with loadstring, which can be *used* to cache compiled versions of strings (but does not). --lhf