I seem to be having trouble copying (Ctrl + C, or Right click) code from the forum. I am using Windows Edge but when I copy a (random sample) eg
Code: Select all
InitSprite()
InitKeyboard()
#ScreenWidth = 1024
#ScreenHeight = 768
#ScreenBits = 32
#MiddleX = #ScreenWidth / 2
#MiddleY = #ScreenHeight / 2
#Radius = 600
Define grad.f = 0
Structure Vector
x.f
y.f
EndStructure
Code: Select all
InitSprite()
InitKeyboard()
#ScreenWidth = 1024
#ScreenHeight = 768
#ScreenBits  = 32
#MiddleX   = #ScreenWidth / 2
#MiddleYÂ Â Â = #ScreenHeight / 2
#Radius    = 600
Define grad.f = 0
Structure Vector
 x.f
 y.f
EndStructure
Is there a quick fix to this?
Should I change the encoding of PB (I am a bit wary of changing things as I nearly always to forget what I've changed and then I'm in a complete mess)?
Should I just change my browser?
Can I fix it from the browser?
I will continue to investigate but would welcome any feedback or similar issues.
Michael