02-01-2011, 03:53 PM
First problem 
Compiling this:
Returns this:
> Executing: C:\Program Files (x86)\ConTEXT\ConExec.exe -i "C:\Program Files (x86)\Boriel Tm\ZX Basic Compiler\zxb.exe" -T -B -O 3 -S 24000 -a PRUEBA~1.bas
Generating LALR tables
PRUEBA~1.bas:1 Error: illegal preprocessor character '{'
> Execution finished.
I hope it's not a big thing.

Compiling this:
Code:
DIM bufferx (0 to 4,0 to 5) as ubyte => {{10,0,0,0,0,0},_
{0,0,0,0,0,0},_
{0,0,0,0,0,0},_
{0,0,0,0,0,0},_
{0,0,0,0,0,0}}
Returns this:
> Executing: C:\Program Files (x86)\ConTEXT\ConExec.exe -i "C:\Program Files (x86)\Boriel Tm\ZX Basic Compiler\zxb.exe" -T -B -O 3 -S 24000 -a PRUEBA~1.bas
Generating LALR tables
PRUEBA~1.bas:1 Error: illegal preprocessor character '{'
> Execution finished.
I hope it's not a big thing.