
Wish List Vote: Eval Function for VB
Eval Is something that is very useful, I use it all the time in
VBScript for
my web applications in one case it is used to dynamically create variables
for a menu hierarchy. The variables are created based on some dataset I
pull from a database and then appending a number something like:
Eval("Dim myvar" & mynumber & " as somedatatype")
Besides myself I have 3 others in my office that would like to see an Eval
function. I can get some more examples that are more compelling if
necessary. I really found a need for this function once I tried to make my
applications more dynamic expecially when working with relational data.
Quote:
> <This is just a trial run, so please bear with me.>
> There has been some interest in adding an Eval function to VB.Net.
> Please rate you interest as follows...
> 5: I would use it all the time.
> 4: I would use it occasionally.
> 3: I wouldn't use it, but I wouldn't care if someone else did.
> 2: I wouldn't use it and would be upset if I saw it in someone else's
code.
> 1: I think it is a terrible idea and should not even be considered.
> If you have specific reason's why it should or should not be added, feel
> free to attach them. (Code examples showing its advantages would be
> particularly appreciated.)
> --
> Jonathan Allen
> .Net Wish List: http://jonathan.cloverlink.com