have a dual monitor card. When I run PowerBasic (dos) I make sure I use one monitor. I am currently writing a program that will open three text files and compare them for specific differences in birth dates or where a person was born.
(I.e., File1 says John Doe was born Jan 2, 1900, Alabama, File2 says the same thing, but File3 says he was born in Tennessee.)
Then I use the differences in information to help me decide who to do research on.
Can I have Power Basic output information to two different monitors? What about three diffent monitors? How do I specify:
{for monitor 1)
LOCATE 1,1:PRINT "JOHN DOE"
{for monitor 2)
LOCATE 1,1:PRINT "JOHN DOE"
{for monitor 3)
LOCATE 1,1:PRINT "JOHN DOE"
Having this ability would be very useful an helpful to me. My system will allow four monitor to be plugged in. All monitors are VGA.
Thank you.
Robert Carneal
------------------
(I.e., File1 says John Doe was born Jan 2, 1900, Alabama, File2 says the same thing, but File3 says he was born in Tennessee.)
Then I use the differences in information to help me decide who to do research on.
Can I have Power Basic output information to two different monitors? What about three diffent monitors? How do I specify:
{for monitor 1)
LOCATE 1,1:PRINT "JOHN DOE"
{for monitor 2)
LOCATE 1,1:PRINT "JOHN DOE"
{for monitor 3)
LOCATE 1,1:PRINT "JOHN DOE"
Having this ability would be very useful an helpful to me. My system will allow four monitor to be plugged in. All monitors are VGA.
Thank you.
Robert Carneal
------------------
Comment