Small Basic Reference Updated in TechNet Wiki

This post has been republished via RSS; it originally appeared at: Small Basic Blog articles.

First published on MSDN on Jan 30, 2018

Authored by Nonki Takahashi


I updated an TechNet Wiki article which contains Small Basic Dictionary object reference.

To update this article, I wrote a program SHQ268 .  This program parses SmallBasicLibrary.xml (help file) and outputs HTML format for TechNet Wiki.  A line target = "GraphicWindow" in this program sets the object to output.

You can also check the output lines of this program by a browser with putting them into following HTML code.
<html>
<head>
<style>
body { font-family: 'Segoe UI'; }
h1 { font-weight: 100; }
h2 { font-weight: 400; }
</style>
<body>
<!-- Insert the output here -->
</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.