Newb question - forum code postings

Blitz3D Forums/Blitz3D Beginners Area/Newb question - forum code postings

Is there a trick to getting the text version of the code that is listed in forum postings in "image" format?

Thanks,

Ed

Is this what you mean?
[CODE]; Hello World

Print "Hello World"
MouseWait
End[/CODE]

Just copy and paste in to what ever program you want - Blitz usually helps (select it as you would in a word processor). If you can't then get a proper browser like Mozilla.

That's not image format, it's plain text.

Not sure if this is what you mean but to get this ..

Show some code here


Do this ..

{code}
Show some code here
{/code}

but replace {} with [].

Actually, I was talking about downloading the code when I see the above green-on-black-listing...

DOH! It's just text! I thought it was an image! :-)