Quote Originally Posted by Sartre View Post
Code:
void *index;

             index=result-row_n;
             gotoxy(index,row);
The variable index should be a int not a pointer.
FYI: You need to remove the trailing linefeed to find a good match.

Tim S.