Setvirtualresolution(640,480) ResetTimer() Repeat Print ("Virtual Width: "+Str(GetVirtualWidth())) Sync() Until Timer()>10 End