I am working with Classes and have an opportunity to dynamically execute some of my code if I could use variables that represent the various objects to do so. So far VB doesn't like what I have tri...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10209603.html
Zones:
Visual BasicDate Answered: 03/13/2002 Grade: A Views: 0
I don't know if this is possible, I have checked through the help files but found nothing. I would like to be able to perform something like the JavaScript eval function ie:
strCommand = "frmMa...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10461637.html
Zones:
Visual BasicDate Answered: 06/15/2000 Grade: A Views: 0
is there a vb equivalent for the perl / javascript command 'eval' which executes the string after the command as if it were asp-code
<%
dummy="if this=something then DoThat"
eval dummy
%>
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10716341.htm...
Zones:
ASPDate Answered: 07/17/2000 Grade: A Views: 0
I want to be able to use the Eval() function in Access in a Visual Basic program. This only problem is to use it I have to open Access
dim xl = new access.application
however I don't want to...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11041363.html
Zones:
Visual BasicDate Answered: 08/21/2000 Grade: A Views: 5
I have been helped on the way to solving a problem with a a search routine which uses the Eval function. However, if the seach is sucessfull then it returns the right results, howver if it is unsu...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20107127.html
Zones:
PerlDate Answered: 04/24/2002 Grade: A Views: 0
this method eval(input string)in php
takes a string a run it as a asp script.
suppose i have a string
str="x=8 y=9 temp=x+y response.write temp"
i want to run this str as asp script ...
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20405093.htm...
Zones:
ASPDate Answered: 02/15/2003 Grade: A Views: 0
Not sure how else to subject title this problem so hopefully you like starting your monday's off with a puzzle...
Bit o' background:
I have a multi-level movie that has 2 ways in...the user is ...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
I currently use code such as:
x = Eval("AddFunc(3,4)") ' AddFunc(3,4) is a function in the code that is executed (via eval) and the result is returned to x.
Is there a way to make this work i...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20805875.html
Zones:
.NETDate Answered: 11/22/2003 Grade: B Views: 0
Because VB cannot use queries using the Eval function, I need a way of replacing the Eval function within my database. I am using the function on four fields in the source table for my query, usin...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20889530.html
Zones:
MS AccessDate Answered: 10/27/2004 Grade: A Views: 0
Hi,
I have a data base table with a group of columns which are named after the controls on my webform. (e.g. myButton1, myLabel2, etc. ) I would like to loop through the columns and assign the v...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20946150.html
Zones:
.NETDate Answered: 04/07/2004 Grade: C Views: 0