I have just tried it out now and it works ... customerrec.FIND('-'); Repeat RecCount +=1; IF Firstcustomer <> '' THEN Firstcustomer := Firstcustomer + '|'; Firstcustomer := Firstcustomer + customerrec."No."; customerrec.next; until(RecCount=4); MESSAGE(Firstcustomer); the message displays 01121212|01445544|01454545|01905893
↧