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)
 
Back
Top