How to set window instead of fullscreen?

BlitzMax Forums/BlitzMax Programming/How to set window instead of fullscreen?

hi!

sorry for that stupid question, but i dont seem to find any references that explain how to use window mode

in blitz, it simply is
graphics 640,480,32,##2##


graphics 640,480,<b>0</b>

The third 0 means 'windowed mode', instead of any full-screen color depth specification.

that seems logic to me :)
thanks dude!