evaluate or transform or ???

  • Thread starter Thread starter willempie
  • Start date Start date
W

willempie

hi all,

in FoxPro we know a function EVALUATE(xxxx) . This function evaluates the
contents of xxxx.

for example EVALUATE("X>10") will give True if X is greater then 10.

is there a such kind of function in VB.NET ??

i want to create a string which should be evaluated.
This string would be build out of 3 or more strings and should has a Boolean
as result


thanks Wim
 
Thanks Cor,
Looks todo what i want, but i will use my program on a PDA (WindowsMobile
2003).
And there isn't any scripting possible (as far i know)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top