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
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