int pascal VidPuts(int row, int col, BYTE *str, WORD attr) This function displays a string at a specified position. Parameters row and col will be the origin of the output. str is the null-terminated string to display. attr is the color attribute which will be used for the character. Returns Nothing.