Execute at runtime?

darknuke

Regular
Joined
Oct 3, 2003
Messages
68
Is there a function to run VB code at runtime?

For instance, if I wanted to run:

MsgBox("Hi")

I would just type MsgBox("Hi") into a textbox and a function would read the VB code. Is that possible?
 
Back
Top