Roberto Freitas wrote: > Hi, > I need evaluate arithmetic and logical expressions at runtime. > Searching Google, I found something that might be what I want, except > that it's not a Delphi, but a C programm: > (http://www.parsifalsoft.com/examples/evalexpression/) > Does anybody know where I can find it? > I wouldn't like to reinvent the wheel :-)
Don't reinvent the wheel. If you like what you see, port the source to Delphi (if they allow it)...of course you need to be able to understand how C works to do the port, but the differences are usually minimal. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 VerifyMyPC v1.1: "A stable PC is a happy PC." Learn more, take the tour, and download: http://www.CubicleSoft.com/VerifyMyPC/ ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

