Blog Post

Small Basic Blog
1 MIN READ

Small Basic Reference Updated in TechNet Wiki

NonkiTakahashi's avatar
NonkiTakahashi
Iron Contributor
Feb 13, 2019
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>
Published Feb 13, 2019
Version 1.0
No CommentsBe the first to comment