Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

@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=0
IF (S.BREAK.NAME NE PREV.BREAK.NAME) OR BREAK.NAME.BREAK THEN
  BREAK.NAME=PREV.BREAK.NAME
  PREV.BREAK.NAME=S.BREAK.NAME
  BREAK.NAME.BREAK+=1
END
IF FIRST.READ THEN
  @BREAK=S.BREAK.NAME

Any help is appreciated

Clay

View this thread on the forum...