Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>int pascal vidputsn(int row, int col, byte *str, word attr, int len)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal VidPutsn(int row, int col, BYTE *str, WORD attr, int len)

  This function displays a string at a specified position. If the
string is longer than 'len' characters, then only the first 'len'
characters will be displayed. If the string is shorter than 'len', the
rest of the positions will be cleared with blanks.

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.
  len is the number of character positions to display.

Returns
  Nothing.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson