How to format a script in the new forum
Posted: 07 Jan 2019, 15:52
Hello,
just put the tags:
[code]
[/code]
at the beginning and the end of your code. For example:
[code]
for a = 1 to 10
print a
next a
[/code]
becomes: (see next post)
The tags can be added automatically if you Select your code then press the button " </> " above
just put the tags:
[code]
[/code]
at the beginning and the end of your code. For example:
[code]
for a = 1 to 10
print a
next a
[/code]
becomes: (see next post)
The tags can be added automatically if you Select your code then press the button " </> " above