Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Page Details
First published by
Nonki Takahashi
When:
29 Oct 2012 6:30 PM
Last revision by
Ed Price - MSFT
(Microsoft)
When:
26 Feb 2013 7:14 PM
Revisions:
17
Comments:
11
Options
Small Basic: How to Format a Code Block
Wiki
>
TechNet Articles
>
Small Basic: How to Format a Code Block
Article
History
You are currently comparing
revision 4
and
the current version
.
Go to current version
Small Basic: How to Format
a
Code Block
How
To
code
blocks
,
en-US
,
has code
,
has
comment
, has image,
en-US
has
Other
Languages
, has See Also
,
How
To
, Small Basic
This article is especially for
the
person
who
'
s
writing
Small Basic
article
writer
articles
on TechNet Wiki
(
but
this
also
works
for
the
forums)
.
It
This
article
explains the
Code Block Generator v1.3
.
There is a menu icon of [Format Code Block] to generate code block in TechNet Wiki [EDIT] menu bar.
This [Format Code Block] tool shows following popup window. But there is no option to select
the
Small Basic programming language.
So, we need another tool to generate
a
Small Basic code block.
A
The
Small Basic program ID
SKC235-1
is a tool for that.
Usage of this tool is almost
the
same as TechNet Wiki
'
s
[Format Code Block]. If you
push
click
the
[OK] button
,
you will see
the
following window
.
:
And copy this code block and paste with [PasteHTML] button into TechNet Wiki [EDIT] screen. Then you
can
get
the
following code block
.
:
' Sample Program
For
i
=
1
To
10
TextWindow
.
Write
(
i
+
" "
)
EndFor
TextWindow
.
WriteLine
(
""
)
See Also
Small
Basic
Small Basic
Forum
:
Code
Blocks
Other
Languages
Small
Basic
:
コードブロックの作り方
(
ja-JP)