Re: Eval Script
- Posted by C Bouzy <eucoder at hotmail.com> Dec 15, 2005
- 558 views
cklester wrote: > + Other ways...? > Yes...by coding your app to allow a custom script to interact with your code. This is real simple to do, you do not even need LUA or anything else for that matter. I code code my app to load a plain text file with special commands, and each of those commands controls a function in my app. Example: a script command "playfile" would tell my app to execute the Play_File() procedure. ----If you continue to do what you have always done, you will get what you have always gotten.----