Thanks Tom, that was quick.

I need that for an app in FM 8.
No List() function in FM8, so I had to come up with:

Case(
counter < maximum ;
GetNthRecord( textField ; counter ) & ΒΆ &
List85( textField ; counter + 1 ; maximum )
)

to simulate that function.

Perfect, it's working.

Thank you.

Reply via email to