473,471 Members | 2,137 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

evaluate or transform or ???

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
May 1 '06 #1
3 1270
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?...1-2b03e1a439ae

I hope this helps,

Cor

"willempie" <wi*****@hotmail.com_NOSPAM> schreef in bericht
news:uJ**************@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

May 1 '06 #2
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]" <no************@planet.nl> schreef in bericht
news:uF**************@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?...1-2b03e1a439ae

I hope this helps,

Cor

"willempie" <wi*****@hotmail.com_NOSPAM> schreef in bericht
news:uJ**************@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


May 1 '06 #3
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
"willempie" <wi*****@hotmail.com_NOSPAM> schreef in bericht
news:12*************@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]" <no************@planet.nl> schreef in bericht
news:uF**************@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?...1-2b03e1a439ae

I hope this helps,

Cor

"willempie" <wi*****@hotmail.com_NOSPAM> schreef in bericht
news:uJ**************@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



May 1 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Son KwonNam | last post by:
In XSLT, is this possible to get value from xml using XPath which is in XSLT variable? I mean XPath strings can be dynamic while XSL Transforming. If possible, How?? Because I'm not a...
2
by: John Lehmann | last post by:
I have an interesting problem. I am performing an XSL transform using the System.Xml.Xsl.Transform class. I have a database that contains the XSL style sheet string. And it seems to work pretty...
1
by: David Laub | last post by:
I have no problems running the following dynamic XPath evaluator form MSXSL: <msxsl:script implements-prefix="dyn" language="jscript"> evaluate(context, expression) { return...
1
by: Mike Hofer | last post by:
I've got two statements in my code that are both generating weird, weird, weird messages: The first one was, Dim document As System.Xml.XmlDocument Dim navigator As...
4
by: Dean Card | last post by:
Okay, so here is the situation. I have need to do some on-the-fly image creation. I have everything working great except for the last part of it, applying a perspective type transform to the...
6
by: Vijai Kalyan | last post by:
Hello, I am trying to use std::transform to take in a collection of strings, transform them and insert the result into an output container. So, I wrote something like this: std::wstring...
2
kadghar
by: kadghar | last post by:
Many people asks if there is a way to write a mathematical expression, writen as a string in a text box, so they can do something like: sub something_click() textbox2.text=eval(textbox1.text)...
2
by: A. W. Dunstan | last post by:
I'm trying to figure out how XPath expressions work, and how I can use them to extract data into a particular format. I can extract the data I want using an XPath expression, but not with an XSLT...
14
by: serave | last post by:
How do i evaulate a mathematical expression that is entered in a text field. Ex: Text Fields: Xo=23 X1= 250 Expression: y = Xoe^(x1+Xo)-cos(X0+X1)+23Xo
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.