Does VB.NET has Eval Function? 
Author Message
 Does VB.NET has Eval Function?

Hi,

I want to know whether VB.NET has Eval Function like Java?

--
Tan Hong Giap
Analyst Programmer
GMT



Fri, 15 Oct 2004 18:42:42 GMT  
 Does VB.NET has Eval Function?
No.  This was not in VB6 either.  Do you have something specific you were
trying to do?  There may be another way around your problem

-J



Fri, 15 Oct 2004 23:19:17 GMT  
 Does VB.NET has Eval Function?
Nope ...

The function in VBScript is
Execute()

I'd like someone from MS to respond ...
if or when VB.NET will include the Execute subroutine...

Dennis

Quote:
>-----Original Message-----
>Hi,

>I want to know whether VB.NET has Eval Function like
Java?

>--
>Tan Hong Giap
>Analyst Programmer
>GMT

>.



Fri, 15 Oct 2004 23:15:01 GMT  
 Does VB.NET has Eval Function?
Is it possible to use the Eval from MS Access, as I did very easily from VBA?

(I use Eval to: evaluate user-entered formulas, and to run vb procedures on a
variable schedule, where that schedule is part of a database.)

Quote:

> No.  This was not in VB6 either.  Do you have something specific you were
> trying to do?  There may be another way around your problem

> -J



Sat, 16 Oct 2004 21:06:14 GMT  
 Does VB.NET has Eval Function?
Actually, only for the first item (user-defined formulas) do I use "Eval"; for the
second thing, I use the Access run statement.  So does Run work only for calling a
function in a VBA project, and Eval only from within a VBA project?


Quote:
> Is it possible to use the Eval from MS Access, as I did very easily from VBA?

> (I use Eval to: evaluate user-entered formulas, and to run vb procedures on a
> variable schedule, where that schedule is part of a database.)




Quote:
> > No.  This was not in VB6 either.  Do you have something specific you were
> > trying to do?  There may be another way around your problem

> > -J



Sat, 16 Oct 2004 21:32:59 GMT  
 Does VB.NET has Eval Function?
I use eval function to let user enter a customize formula. For example, X *
Y, and with two inputs, the program will replace X and Y and use eval
function to compute it


Quote:
> Hi,

> I want to know whether VB.NET has Eval Function like Java?

> --
> Tan Hong Giap
> Analyst Programmer
> GMT



Mon, 18 Oct 2004 08:36:50 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. Eval function in VB .Net and C#

2. Eval Function in VB.NET

3. EVAL function in VB.NET - where is it?

4. Eval Function in VB.NET

5. VB.NET app does not run on OS having .NET redistributable files installed

6. VB.NET comes as close to having pointers as VB ever has

7. Eval() in VB.NET ??

8. JScript.Eval in VB.NET

9. Eval / Execute in vb.NET

10. Looking for a VB function like Eval() in ASP or Interpret in REXX

11. Wish List Vote: Eval Function for VB

12. Is there an Eval function in VB?

 

 
Powered by phpBB® Forum Software