; GfxDriverName Example ; --------------------- ; Count the graphics drivers installed in this machine drivers=CountGfxDrivers() Print "Graphics drivers found: "+drivers Print "" ; GfxDriverName$ returns the name of each numbered driver For t=1 To drivers Print t+") "+GfxDriverName$(t) Next Print "" Print "Press any key to close the example" WaitKey End