Home All Groups Group Topic Archive Search About

evaluate or transform or ???

Author
1 May 2006 10:57 AM
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

Author
1 May 2006 12:43 PM
Cor Ligthert [MVP]
Wim,

An eval function is mostly a kind of scripting (evaluating the expression of
a string) is that what you want?

Than you can try this one, otherwise reply.

http://www.vb-tips.com/default.aspx?ID=34241f3e-16ff-4e87-86d1-2b03e1a439ae

I hope this helps,

Cor

Show quoteHide quote
"willempie" <wimk_on@hotmail.com_NOSPAM> schreef in bericht
news:uJzvL4QbGHA.4520@TK2MSFTNGP03.phx.gbl...
> 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
>
Author
1 May 2006 5:48 PM
willempie
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)



Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> schreef in bericht
news:uFSPayRbGHA.1192@TK2MSFTNGP04.phx.gbl...
> Wim,
>
> An eval function is mostly a kind of scripting (evaluating the expression
> of a string) is that what you want?
>
> Than you can try this one, otherwise reply.
>
> http://www.vb-tips.com/default.aspx?ID=34241f3e-16ff-4e87-86d1-2b03e1a439ae
>
> I hope this helps,
>
> Cor
>
> "willempie" <wimk_on@hotmail.com_NOSPAM> schreef in bericht
> news:uJzvL4QbGHA.4520@TK2MSFTNGP03.phx.gbl...
>> 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
>>
>
>
Author
1 May 2006 8:41 PM
Cor Ligthert [MVP]
Wim,

You have not much chance on real answers about PDA in this newsgroup.

I would try the newsgroup

microsoft.public.dotnet.framework.compactframework

Or one of the chats about PDA
http://www.microsoft.com/communities/chats/default.mspx

The most chats are about PDA in my opinion.

I hope this helps,

Cor


Show quoteHide quote
"willempie" <wimk_on@hotmail.com_NOSPAM> schreef in bericht
news:125cig4jf69pla8@corp.supernews.com...
> 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)
>
>
>
> "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> schreef in bericht
> news:uFSPayRbGHA.1192@TK2MSFTNGP04.phx.gbl...
>> Wim,
>>
>> An eval function is mostly a kind of scripting (evaluating the expression
>> of a string) is that what you want?
>>
>> Than you can try this one, otherwise reply.
>>
>> http://www.vb-tips.com/default.aspx?ID=34241f3e-16ff-4e87-86d1-2b03e1a439ae
>>
>> I hope this helps,
>>
>> Cor
>>
>> "willempie" <wimk_on@hotmail.com_NOSPAM> schreef in bericht
>> news:uJzvL4QbGHA.4520@TK2MSFTNGP03.phx.gbl...
>>> 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
>>>
>>
>>
>
>