Advertisement

1 - 10 of 187 containing alltags:("eval") (0 seconds)
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...
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...
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 %>
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...
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...
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 ... ...
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 ...
Zones: Macromedia FlashDate Answered: 04/14/2003 Grade: A Views: 0
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...
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...
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...
Zones: .NETDate Answered: 04/07/2004 Grade: C Views: 0