A screen oriented command!!

Does a screen-oriented commands require you to specify an exact location or address for a particular operation ? Y or N cuz im having a debate right now in the office.

Depends - what screen oriented command?

If I'm understanding correctly, you could do this in a script by using 'tput cup $row $column' (absolute) or by printing a bunch of whitespace / backspace characters (relative)...