Skip to Content
0
Former Member
Jan 14, 2011 at 07:23 AM

how to compare data using dynamic operators

162 Views

Hello,

actually I have a problem in making my code more dynamic. I have a control table, which contains several conditions.

e.g. if seize > 50, or if seize >50 etc.

Now I want to use this table to compare transcational. However I could not find a way to replace the mathematical operator dynamically:

if a > zseize.

a = 1.

endif.

However I want to replace the operator > using another variable e.g.

if a variable_operator zseize.

Any idea?

Thank You

Goliad001