Hi I am quite new to Dark Basic, however, I do have some programming experience in other languages. Rather than chat about that, I would like to ask some questions. Dark Basic is for the most part well documented!
I was just wondering about the "perform checklist for display modes" function. when I type this in
do
perform checklist for display modes
cls
for t = 1 to checklist quantity()
print t; checklist string$(t)
next t
it shows the incorrect display settings.
For example:
1320x200x16
2320x240x16
30960x720x32
My configuration is as follows: AMD Athlon XP 1800+, 512 MB (PC2700)DDR RAM, 269 GB hard disk space, GeForce4 4600 Ti, ViewSonic A75f monitor, Sound Blaster Live! X-Gamer 5.1. My current OS is Windows 98. I am using the latest version of Dark Basic.
Could someone help me to understand WHY the Display modes are being output that way? There are many more modes than I listed as those were just a sampling. Any help is greatly appreciated!