Dec 10, 2003 #1 viper1777 Programmer Joined Dec 3, 2003 Messages 21 Location GB Just a quick question... Is There an VB 6 equivelent of the JS eval() function or another way of calling subs/functions from variable data. Thanx! Dave Shaw
Just a quick question... Is There an VB 6 equivelent of the JS eval() function or another way of calling subs/functions from variable data. Thanx! Dave Shaw
Dec 10, 2003 #2 DrJavaJoe Programmer Joined Oct 3, 2002 Messages 2,143 Location US Checkout the CallByName Function Upvote 0 Downvote
Dec 10, 2003 #3 chtrips Programmer Joined Oct 26, 2002 Messages 18 Location US try this thread thread222-74381 Upvote 0 Downvote
Dec 11, 2003 #4 MichaelRed Programmer Joined Dec 22, 1999 Messages 8,410 Location US Eval(Expr) MichaelRed m.red@att.net Searching for employment in all the wrong places Upvote 0 Downvote
Dec 11, 2003 #5 CCLINT Programmer Joined Feb 22, 2002 Messages 3,802 Location DE The MS Script control library has an Eval() method. Upvote 0 Downvote