Page 1 of 1

How to format a script in the new forum

Posted: 07 Jan 2019, 15:52
by Forum_2019
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

Re: How to format a script in the new forum

Posted: 07 Jan 2019, 15:53
by Forum_2019

Code: Select all

 
for a = 1 to 10
  print a
next a 
This is the result of formatting the code.

Re: How to format a script in the new forum

Posted: 07 Jan 2019, 15:55
by Forum_2019
(The formatting spaces must be written by hand, in the first post they were present, but they were hidden)