@sim @John - have you removed the ability to have multiple variable definitions in V4. V4 fired up an error when I added the following to some code:
screenWidth, screenHeight = WIDTH, HEIGHT
It came back with ‘ = expected near screen width’
@sim @John - have you removed the ability to have multiple variable definitions in V4. V4 fired up an error when I added the following to some code:
screenWidth, screenHeight = WIDTH, HEIGHT
It came back with ‘ = expected near screen width’
I just tried this and it works fine?
Is there perhaps an error on an earlier line of code which is confusing it?
@sim - thanks for the reply. Yes, it was an error in an adjacent line. On reflection should have picked this up as I use the technique on a regular basis to give abbreviations to width, height etc.
Thanks again for prodding the grey matter !!!