formula syntax checker

  • Thread starter Thread starter dzemo
  • Start date Start date
D

dzemo

I need to implement formula syntax checker (like crystal reports formula
field or something like than)
Like this it should be : I have tree list with some fields which user can ad
to formula (field will later have values not in time when user adding in
formula) and user can write simple math operations (+,-,*,/)

this is valid formula (field1)*3-(field6)*(field12)

this is invalid examples:

(field1)*3-(field6)*-(field12)

(field1)*3-(field6)*(field12)a

(field1)*3-(field6)(field12)....

Any help , any examples

Thx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top