02-26-2021, 08:03 PM
Hi,
I have been developing a game and one of thing things I wanted to is build up a string and print it out but the issue I have is that I can't do the following code in zxbc :-
But I can do the above in a ZX Spectrum emulator.
I know the solution is to use a$(1,1) (Ignore the zero array start)
PS Brilliant compiler!!
Thanks,
Ken
I have been developing a game and one of thing things I wanted to is build up a string and print it out but the issue I have is that I can't do the following code in zxbc :-
Code:
DIM a$(100,10)
LET a$(1) = "Line 1"
PRINT a$(1)
But I can do the above in a ZX Spectrum emulator.
I know the solution is to use a$(1,1) (Ignore the zero array start)
PS Brilliant compiler!!
Thanks,
Ken