SuperPut + SetVarSeg

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
User avatar
Mitth'raw'nuruodo
Veteran
Posts: 839
Joined: Sat Jan 22, 2005 11:04 am
Location: Eastern Coast of US
Contact:

SuperPut + SetVarSeg

Post by Mitth'raw'nuruodo »

Hello, Umm...whould somebody care to explain on how to hook these on your programs...Would ya?
please...please... :shock:
"But...It was so beutifully done"
Z!re
Veteran
Posts: 887
Joined: Wed Aug 04, 2004 11:15 am

Post by Z!re »

Look at the example.

SuperPut you call once, and install it.
After that you just use the regular PUT, although the different PUT modes are different now, PSET, XOR, OR and AND mean different things, look in the SuperPut function to see what they do.

SetVideoSeg is used to set the videosegment that QB should use it's graphics commands on.
Again, look ath the example that is provided, it tells you everything you need to know.
I have left this dump.
User avatar
Mitth'raw'nuruodo
Veteran
Posts: 839
Joined: Sat Jan 22, 2005 11:04 am
Location: Eastern Coast of US
Contact:

Post by Mitth'raw'nuruodo »

Ok, thanks :D
"But...It was so beutifully done"
Post Reply