hello !
i'm looking for a simple scipting engine with support for strings, buffers, and so on...

i'm not sure if i understand the scipting engine concept too well, so i will try to explain it...

first, i need this to include it in a program that does some simple process on strings (insert, remove, etc), in the following way :
-my program receives data
-my program is executing the script, passing some data to it
-the script is processing
-my program retrieves data

so, i can do some DLL's for processing (that is what i'm using now) but i want to be able to modify the code in a more simple way, having the code as a script that my program executes, instead of building lots of DLL's

i hope that someone out there can help me...

thank you

DANI