Hi guys!

I want to create a very very basic scripting system, all I want to do, is to run procedures/functions with parameters from a file at runtime.

IE: the following line in a text file would execute "procedure Test(X: integer);" in the main app.

Test(145)

The thing is, I have no idea what-so-ever when it comes to how to actually do somthing like this. So I'm just fishing around for some tips