NTK and The NTK Project
are properties of Jn Dechereux
Home | Documentation | FAQ.

Vanilla 1.1.8 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorccarrignon
    • CommentTimeMay 3rd 2017
     
    Hi All,

    Small question:
    I would like to share a code snippet here but don't known how to paste it the way you do guys. I mean: the way it looks like source code not basic text. Could anyone shed some light on it?

    -Chris
    •  
      CommentAuthorAbbougaga
    • CommentTimeMay 5th 2017
     
    Chris,

    1. Just insert your code snippet between [code] tags. i.e.
    [code lang="xbase"]
    //
    // source code here
    //
    [/code]

    2. And before to post, don't forget to select the "SyntaxHighlighter" option in 'Format comment as'
    Simple as that!

    Ab

    Learn more about forum engine facilities:
    http://www.ntkproject.com/forum_ntk/comments.php?DiscussionID=2&page=1#Item_1
    •  
      CommentAuthorccarrignon
    • CommentTimeMay 5th 2017
     
    Just testing...

       // Test
       for i = 1 to 10
           ? i
       next
    
    •  
      CommentAuthorccarrignon
    • CommentTimeMay 5th 2017
     
    Hey Ab,
    Thanks for the tip. Indeed simple as that! :wink: