[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal VidPutcn(int row, int col, int c, WORD attr, int n)

  This function displays a character 'n' times at a specified position.

Parameters
  row and col will be the origin of the output.
  c is the character to display.
  attr is the color attribute which will be used for the character.
  n is the number of times that you want to output the character.

Returns
  Nothing.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson