473,668 Members | 2,600 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Eval string expression

Hello,

How can i eval a string expression like

String abc = ??"dt.Rows[i].Columns["key1"].ToString() +
dt.Rows[i].Columns["key2"].ToString()"

Thanks
Wilson
Jun 18 '06 #1
4 1971
This has been asked and answered at least million of times.
http://www.google.com/search?hl=en&q...xpression+c%23

"Wilson" <Wi****@discuss ions.microsoft. com> wrote in message
news:EE******** *************** ***********@mic rosoft.com...
Hello,

How can i eval a string expression like

String abc = ??"dt.Rows[i].Columns["key1"].ToString() +
dt.Rows[i].Columns["key2"].ToString()"

Thanks
Wilson

Jun 18 '06 #2
Any detail ??

Thanks
Wilson

"Lebesgue" wrote:
This has been asked and answered at least million of times.
http://www.google.com/search?hl=en&q...xpression+c%23

"Wilson" <Wi****@discuss ions.microsoft. com> wrote in message
news:EE******** *************** ***********@mic rosoft.com...
Hello,

How can i eval a string expression like

String abc = ??"dt.Rows[i].Columns["key1"].ToString() +
dt.Rows[i].Columns["key2"].ToString()"

Thanks
Wilson


Jun 19 '06 #3
What detail??? did you click the link? Do you know how google works? Do you
expect someone to answer something that has been answered countless times
before again just for you?

"Wilson" <Wi****@discuss ions.microsoft. com> wrote in message
news:E1******** *************** ***********@mic rosoft.com...
Any detail ??

Thanks
Wilson

"Lebesgue" wrote:
This has been asked and answered at least million of times.
http://www.google.com/search?hl=en&q...xpression+c%23

"Wilson" <Wi****@discuss ions.microsoft. com> wrote in message
news:EE******** *************** ***********@mic rosoft.com...
> Hello,
>
> How can i eval a string expression like
>
> String abc = ??"dt.Rows[i].Columns["key1"].ToString() +
> dt.Rows[i].Columns["key2"].ToString()"
>
> Thanks
> Wilson
>
>


Jun 19 '06 #4
Yes you are right if i can find the solution. But i cann't. So i ask this
simple question again.

how can I eval this string ?
"dt.Rows[i].Columns["key1"].ToString() +
dt.Rows[i].Columns["key2"].ToString()"

Sorry to bother you.

Thanks
Wilson

"Lebesgue" wrote:
What detail??? did you click the link? Do you know how google works? Do you
expect someone to answer something that has been answered countless times
before again just for you?

"Wilson" <Wi****@discuss ions.microsoft. com> wrote in message
news:E1******** *************** ***********@mic rosoft.com...
Any detail ??

Thanks
Wilson

"Lebesgue" wrote:
This has been asked and answered at least million of times.
http://www.google.com/search?hl=en&q...xpression+c%23

"Wilson" <Wi****@discuss ions.microsoft. com> wrote in message
news:EE******** *************** ***********@mic rosoft.com...
> Hello,
>
> How can i eval a string expression like
>
> String abc = ??"dt.Rows[i].Columns["key1"].ToString() +
> dt.Rows[i].Columns["key2"].ToString()"
>
> Thanks
> Wilson
>
>


Jun 19 '06 #5

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

Similar topics

11
1871
by: sneill | last post by:
I have read a number of posts on the use of eval() in Javascript, and I agree that its use is questionable. But it does beg the following question: "How arbitrary does a string need to be before the use of eval() is required to execute it?" Given the following code, I'm able to evaluate/execute most expressions like: "a.b.c.d()"
3
2688
by: Jeremy Sanders | last post by:
Hi - I'm trying to subclass a dict which is used as the globals environment of an eval expression. For instance: class Foo(dict): def __init__(self): self.update(globals()) self = 42
1
3234
by: Penguin | last post by:
For some odd reason, I am trying to do some complex time calculations that I want to let the user define. So I set up a table with EventID EventType EventExpression 1 SolarNoon datediff("n",Sunrise,Sunset) etc. This is supposed to be evaluated with TimeofNoon=Eval(EventExpression)
0
3810
by: Michelle Keys | last post by:
Subject: DataBinder.Eval Error! Server Error in '/MSPOS' Application. ------------------------------------------------------------------------ -------- DataBinder.Eval: 'System.Data.Common.DbDataRecord' does not contain a property with the name REPORTTO. Description: An unhandled exception occurred during the execution of the
15
3656
by: manstey | last post by:
Hi, I have a text file called a.txt: # comments I read it using this:
3
3631
by: ray_usenet | last post by:
Why is this: eval('') is OK, but eval('{"active":"true"}') tells me I'm missing ";" ? Then why is it that if I put parentheses around the second statement:
8
2164
by: Jeff | last post by:
I'm new to Visual Web 2005 using VB: ....trying to get something like the below to run. Apparently, I need something other than the eval function, but what? Thanks in advance Jeff
8
9261
by: fredo | last post by:
This question was asked in comp.lang.javascript with no result. In IE5.x and IE6, I want to display an image when the user rolls over a text link. The image does indeed display, but only on the first rollover. It seems that the image height and width become set to zero after the image is displayed once; or perhaps that the height:expression(eval(...)); code is executed only once for each page load/reload. problem demo:
8
2202
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - When should I use eval? ----------------------------------------------------------------------- The ` eval() ` function should _only_ be used when it is necessary to evaluate a string supplied or composed at run-time; the string can be anything from a simple (but unpredictable) expression such as 12*2.54 to a substantial piece of javascript code. The `...
1
2212
by: =?ISO-8859-1?Q?Tor_Erik_S=F8nvisen?= | last post by:
Hi, A while ago I asked a question on the list about a simple eval function, capable of eval'ing simple python constructs (tuples, dicts, lists, strings, numbers etc) in a secure manner: http://groups.google.com/group/comp.lang.python/browse_thread/thread/58a01273441d445f/ also pointed to a simple eval function by Fredrik Lundh: http://effbot.org/zone/simple-iterator-parser.htm. His solution, using module tokenize, was short and...
0
8459
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8889
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8790
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8652
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6206
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5677
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4202
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2782
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 we have to send another system
2
1779
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.