Hi,
Thx for your help
When I try "a,+,a,-" I have the following error : ERROR: RPN stack underflow
Is there some documentation somewhere about those cdefs stuffs ?
Thx in advance
Search found 2 matches
- Mon Aug 24, 2009 9:54 am
- Forum: Help: General
- Topic: CDEF : MAX - MIN ????
- Replies: 27
- Views: 7312
- Thu Aug 06, 2009 9:27 am
- Forum: Help: General
- Topic: CDEF : MAX - MIN ????
- Replies: 27
- Views: 7312
CDEF : MAX - MIN ????
Hi, I just want to create a cdef stuff to display (with GPRINT) the difference between the max value of a DS and the MIN value of the same DS on a graph. I tried with : Item 1# special data source: CURRENT_DS_MAX_VALUE Item 2# special data source: CURRENT_DS_MIN_VALUE Item 3# Operator: - but it does...