Newb question - forum code postings

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

EddieRay(Posted 2004) [#1]
Is there a trick to getting the text version of the code that is listed in forum postings in "image" format?

Thanks,

Ed


Ethan3850(Posted 2004) [#2]
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.


eBusiness(Posted 2004) [#3]
That's not image format, it's plain text.


Stevie G(Posted 2004) [#4]
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 [].


EddieRay(Posted 2004) [#5]
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! :-)