Is there any simple way to create a scripting language. I just want something simple to change the way that things work
I only want some If...then...else, etc statements and varibles and calling built-in functions
I have looked at a few examples on PSC but they are all too complicated
Is there a way to have a string and just convert it to vbcode
EG
VB Code:
dim str as string str="SomeFunction (14, 382)" Public Function SomeFuction (num1 as integer, num2 as integer) somecode End Function
PS - Does anyone know why VbAccelarator takes so long to load


Reply With Quote
