However, Why this?
------------------------
Command executed:
"c:\_fbc\fbc64.exe" "C:\fbox\fbtry80.bas"
Compiler output:
C:\fbox\fbtry80.bas(346) error 72: Array not dimensioned, before '('
ScreenRes( 320, 200,

^
Results:
Compilation failed
System:
FBIde: 0.4.6
fbc: FreeBASIC Compiler - Version 1.10.0 (2023-05-14), built for win64 (64bit)
OS: Windows NT 6.2 (build 9200)
====================================================================
THIS IS FROM THE HELP FILE:
' Set the screen mode to 320*200, with 8 bits per pixel
ScreenRes 320, 200, 8
my program line 346: ScreenRes( 320, 200,

Using Screenlist the output says I can have a screen of 2560 x 1440
Does ScreenRes require a prior statement for the compiler?
Why does the 'preview' screen show a smiley face in place of the 8 and parenthesis? '8)'