First published on MSDN on Jan 30, 2018
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
You can also check the output lines of this program by a browser with putting them into following HTML code.
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.0NonkiTakahashi
Iron Contributor
Joined February 02, 2019
Small Basic Blog
Follow this blog board to get notified when there's new activity