@BREAK (OpenInsight 32-bit Specific)
At 17 NOV 2003 12:26:08PM Clay wrote:
I'm converting some code from arev to oi. I've encountered @break, and I do not know how to handle it.
example:
S.BREAK.NAME=@ID:CHAR(253):CLT.NAME
PML=0IF (S.BREAK.NAME NE PREV.BREAK.NAME) OR BREAK.NAME.BREAK THENBREAK.NAME=PREV.BREAK.NAMEPREV.BREAK.NAME=S.BREAK.NAMEBREAK.NAME.BREAK+=1ENDIF FIRST.READ THEN@BREAK=S.BREAK.NAMEAny help is appreciated
Clay