OSDN Git Service

Version 5.93
[vbslib/main.git] / _src / _vbslib manual.files / vbs_memo.files / vbs_memo_01.html
index fbe55e2..102393f 100644 (file)
@@ -486,7 +486,7 @@ Do<BR/>
 &nbsp; &nbsp; '// \92\86\92f\82µ\82½\82Æ\82«\82¾\82¯\83\8b\81[\83v\82·\82é\82È\82ç\81A\82±\82±\82Å If do_it Then Exit Do<BR/>\r
 Loop</DIV>\r
 <DIV id="text4_60" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:81px; margin-top:1396px; line-height:15px; white-space:nowrap">\r
-<A href="#VbsNaturalDocs">\r
+<A href="vbs_memo_02.html#VbsNaturalDocs">\r
 \81¨ NaturalDocs \91Î\89\9e\83R\83\81\83\93\83g</A></DIV>\r
 <DIV id="text4_61" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:44px; margin-top:1396px; line-height:15px; white-space:nowrap">\r
 \8aÖ\98A</DIV>\r
@@ -505,7 +505,7 @@ Loop</DIV>
 <A href="https://msdn.microsoft.com/ja-jp/library/cc392445.aspx" target="_blank">\r
 \81¨ Do...Loop \83X\83e\81[\83g\83\81\83\93\83g (Web)</A></DIV>\r
 <DIV id="text4_66" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:60px; margin-top:2552px; line-height:15px; white-space:nowrap">\r
-<A href="..\vbslib.files\vbslib_49.html#Transpose">\r
+<A href="..\vbslib.files\vbslib_51.html#Transpose">\r
 \81¨ Transpose</A></DIV>\r
 <DIV id="text4_67" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:158px; margin-top:2552px; line-height:15px; white-space:nowrap">\r
 \95\82ð\8eÀ\8ds\82·\82é\8f\87\94Ô\82ð\93ü\82ê\91Ö\82¦\82Ü\82·\81B</DIV>\r
@@ -605,7 +605,7 @@ s = out</DIV>
 <A href="vbs_memo_07.html#array_func">\r
 \81¨ Array \8aÖ\90\94</A></DIV>\r
 <DIV id="text5_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:177px; margin-top:3543px; line-height:15px; white-space:nowrap">\r
-<A href="..\vbslib.files\vbslib_44.html#LoadXML">\r
+<A href="..\vbslib.files\vbslib_46.html#LoadXML">\r
 \81¨ LoadXML (vbslib)</A></DIV>\r
 <DIV id="text5_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:303px; margin-top:3543px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_12.html#new_objs">\r
@@ -649,12 +649,261 @@ FuncA&nbsp; 1, 2, Empty</DIV>
 <A id="svgcats_vml_p6" class="to_tree" style="margin-top:3777px;" onClick="selectTreeElem( '6' );">\81©</A>\r
 <A href="#svgcats_vml_p7" class="to_next_page" style="margin-top:3777px;">\81¥</A>\r
 <A href="#svgcats_vml_p5" class="to_prev_page" style="margin-top:3777px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:3788px; width:503px; height:2649px;" fillcolor="white"/>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:3788px; width:608px; height:1711px;" fillcolor="white"/>\r
 <DIV id="text6_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:3805px; line-height:15px; white-space:nowrap">\r
+<A name="pseudo_multithread">\r
+\8b[\8e\97\83}\83\8b\83`\83X\83\8c\83b\83h</A></DIV>\r
+<v:rect style="position:absolute; margin-left:29px; margin-top:4047px; width:520px; height:1420px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text6_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:37px; margin-top:4053px; line-height:15px; white-space:nowrap">\r
+'***********************************************************************<BR/>\r
+'* Function: Func<BR/>\r
+'***********************************************************************<BR/>\r
+Sub&nbsp; Func()<BR/>\r
+&nbsp; &nbsp; Set threads = new ArrayClass<BR/>\r
+&nbsp; &nbsp; threads.Add = FuncStart()<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; :<BR/>\r
+&nbsp; &nbsp; Do<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; is_waiting = True<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; For Each&nbsp; thread&nbsp; In&nbsp; threads.Items<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; is_waiting = is_waiting&nbsp; and _<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; thread.Dispatch<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If IsEmpty( thread.StepIndex ) Then _<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Exit Do<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; Next<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; If is_waiting Then _<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WScript.Sleep&nbsp; 100<BR/>\r
+&nbsp; &nbsp; Loop<BR/>\r
+End Sub<BR/>\r
+<BR/>\r
+<BR/>\r
+&nbsp;<BR/>\r
+'***********************************************************************<BR/>\r
+'* Function: FuncStart<BR/>\r
+'***********************************************************************<BR/>\r
+Function&nbsp; FuncStart()<BR/>\r
+&nbsp; &nbsp; Set a_Me = new FuncClass<BR/>\r
+&nbsp; &nbsp; local_variable = "A"<BR/>\r
+<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '// ================================ Start of pseudo multi thread.<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; a_Me.StepIndex = 2<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; a_Me.local_variable = local_variable<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End Function<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '***********************************************************************<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '* Class: FuncClass<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '***********************************************************************<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Class&nbsp; FuncClass<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Public&nbsp; StepIndex<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '// Local variables<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Public&nbsp; local_variable<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '***********************************************************************<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '* Method: Dispatch<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '***********************************************************************<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Public Sub&nbsp; Dispatch()<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Select Case&nbsp; Me.StepIndex<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case&nbsp; 2:&nbsp; Me.Step2<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case&nbsp; 91:&nbsp; Me.FinalizeStep1<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case Else:&nbsp; Error<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End Select<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End Sub<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '***********************************************************************<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '* Method: Step2<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '***********************************************************************<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Public Sub&nbsp; Step2()<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; local_variable = Me.local_variable<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '// ================================== End of pseudo multi thread.<BR/>\r
+<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; local_variable = "B"<BR/>\r
+<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '// ================================ Start of pseudo multi thread.<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Me.StepIndex = 91<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Me.local_variable = local_variable<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End Sub<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '***********************************************************************<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '* Method: FinalizeStep1<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '***********************************************************************<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Public Sub&nbsp; FinalizeStep1()<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; local_variable = Me.local_variable<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '// ================================== End of pseudo multi thread.<BR/>\r
+<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; local_variable = "C"<BR/>\r
+<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '// ================================ Start of pseudo multi thread.<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Me.StepIndex = Empty<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '// ================================== End of pseudo multi thread.<BR/>\r
+End Sub<BR/>\r
+End Class<BR/>\r
+<BR/>\r
+'* Section: Global<BR/>\r
+<BR/>\r
+<BR/>\r
+&nbsp;</DIV>\r
+<DIV id="text6_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:3836px; line-height:15px; white-space:nowrap">\r
+\83v\83\8a\83G\83\93\83v\83V\83\87\83\93\81i\83X\83\8c\83b\83h\82Ì\83R\83\93\83e\83L\83X\83g\81E\83X\83C\83b\83`\81j\82ð\94­\90\82³\82¹\82é\91ã\82í\82è\82É\81A\8aÖ\90\94\82©\82ç\96ß\82Á\82Ä\81A</DIV>\r
+<DIV id="text6_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:3853px; line-height:15px; white-space:nowrap">\r
+\83\86\81[\83U\81[\82ª\83X\83\8c\83b\83h\82ð\90Ø\82è\91Ö\82¦\82é\82±\82Æ\82ð</DIV>\r
+<DIV id="text6_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:238px; margin-top:3853px; line-height:15px; white-space:nowrap">\r
+\8b[\8e\97\83}\83\8b\83`\83X\83\8c\83b\83h</DIV>\r
+<DIV id="text6_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:350px; margin-top:3853px; line-height:15px; white-space:nowrap">\r
+\82Æ\8cÄ\82Ñ\82Ü\82·\81B</DIV>\r
+<DIV id="text6_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:3946px; line-height:15px; white-space:nowrap">\r
+\8b[\8e\97\83}\83\8b\83`\83X\83\8c\83b\83h\82É\91Î\89\9e\82·\82é\82É\82Í\81A\8aÖ\90\94\81i\8f\88\97\9d\81j\82Ì\93r\92\86\82©\82ç\83\8a\83^\81[\83\93\82·\82é \81u\92\86\92f\81\8b@\94\\82¾\82¯\82Å\82È\82­\81A<BR/>\r
+\8aÖ\90\94\82Ì\93r\92\86\82©\82ç \81u\8dÄ\8aJ\81\82·\82é\8b@\94\\82ð\81A\8aÖ\90\94\82É\91g\82Ý\8d\9e\82Þ\95K\97v\82ª\82 \82è\82Ü\82·\81\82»\82Ì\82½\82ß\81A\93r\92\86\82Ì\8fó\91Ô\81i<BR/>\r
+\83\8d\81[\83J\83\8b\95Ï\90\94\82¾\82Á\82½\95Ï\90\94\81A\83\8b\81[\83v\95Ï\90\94\81j\82Í\81A\83X\83\8c\83b\83h\82Ì\83R\83\93\83e\83L\83X\83g\81i\83N\83\89\83X\81j\82É\94z\92u\82µ\82Ü\82·\81B</DIV>\r
+<DIV id="text6_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:4008px; line-height:15px; white-space:nowrap">\r
+\91¼\82Ì\83X\83\8c\83b\83h\82â\83v\83\8d\83Z\83X\82Ì\8f\88\97\9d\82ð\91Ò\82Â\92¼\91O\82Å\81A\8aÖ\90\94\82ð\8bæ\90Ø\82è\82Ü\82·\81B</DIV>\r
+<DIV id="text6_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:63px; margin-top:3906px; line-height:15px; white-space:nowrap">\r
+<A href="https://ja.wikipedia.org/wiki/%E3%82%B9%E3%83%AC%E3%83%83%E3%83%89_(%E3%82%B3%E3%83%B3%E3%83%94%E3%83%A5%E3%83%BC%E3%82%BF)" target="_blank">\r
+\81¨ \83X\83\8c\83b\83h (\83R\83\93\83s\83\85\81[\83^) - Wikipedia (Web)</A></DIV>\r
+<DIV id="text6_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:3887px; line-height:15px; white-space:nowrap">\r
+\8eQ\8dl</DIV>\r
+<DIV id="text6_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:63px; margin-top:3887px; line-height:15px; white-space:nowrap">\r
+<A href="http://eng-entrance.com/java-thread" target="_blank">\r
+\81¨ \81y\8aÈ\92P\97\9d\89ð\81zJava\82Ì\83X\83\8c\83b\83h\81E\83}\83\8b\83`\83X\83\8c\83b\83h\82Æ\82Í\81H (Web)</A></DIV>\r
+\r
+<v:line from="0,3788" to="608,3788"/>\r
+<v:line from="608,3788" to="608,5499"/>\r
+<v:line from="608,5499" to="0,5499"/>\r
+<v:line from="0,5499" to="0,3788"/>\r
+\r
+</PAGE>\r
\r
+<!-- page 7 --> \r
+<PAGE>\r
+<A id="svgcats_vml_p7" class="to_tree" style="margin-top:5504px;" onClick="selectTreeElem( '7' );">\81©</A>\r
+<A href="#svgcats_vml_p8" class="to_next_page" style="margin-top:5504px;">\81¥</A>\r
+<A href="#svgcats_vml_p6" class="to_prev_page" style="margin-top:5504px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:5515px; width:581px; height:744px;" fillcolor="white"/>\r
+<v:line style="position:absolute;" from="112,5737" to="112,5875" strokecolor="#808080" strokeweight="1pt">\r
+    <v:stroke dashstyle="dash"/>\r
+</v:line>\r
+<v:line style="position:absolute;" from="291,5735" to="291,5873" strokecolor="#808080" strokeweight="1pt">\r
+    <v:stroke dashstyle="dash"/>\r
+</v:line>\r
+<DIV id="text7_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:5532px; line-height:15px; white-space:nowrap">\r
+<A name="prefetch">\r
+\83v\83\8a\83t\83F\83b\83`</A></DIV>\r
+<DIV id="text7_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:60px; margin-top:5608px; line-height:15px; white-space:nowrap">\r
+<A href="https://ja.wikipedia.org/wiki/%E3%83%97%E3%83%AA%E3%83%95%E3%82%A7%E3%83%83%E3%83%81" target="_blank">\r
+\81¨ \83v\83\8a\83t\83F\83b\83` - Wikipedia (Web)</A></DIV>\r
+<DIV id="text7_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:5563px; line-height:15px; white-space:nowrap">\r
+\95K\97v\82É\82È\82Á\82½\82Æ\82«\82É\91¬\82­\8eÀ\8ds\82Å\82«\82é\82æ\82¤\82É\81A\8e\96\91O\82É\93Ç\82Ý\8fo\82µ\82½\82è\83_\83E\83\93\83\8d\81[\83h\82µ\82Ä\82¨\82­\82±\82Æ\81B<BR/>\r
+\83v\83\8a\83t\83F\83b\83`\82µ\82½\83f\81[\83^\82Í\81A\83L\83\83\83b\83V\83\85\82É\8ai\94[\82³\82ê\82Ü\82·\81B</DIV>\r
+<DIV id="text7_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:5608px; line-height:15px; white-space:nowrap">\r
+\8eQ\8dl</DIV>\r
+<v:roundrect style="position:absolute; margin-left:59px; margin-top:5714px; width:108px; height:22px;" arcsize="0.454545" fillcolor="#E1EEE8" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text7_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:66px; margin-top:5718px; line-height:15px; white-space:nowrap">\r
+\88ê\94Ê\93I\82È\83X\83\8c\83b\83h</DIV>\r
+<v:roundrect style="position:absolute; margin-left:222px; margin-top:5714px; width:145px; height:22px;" arcsize="0.454545" fillcolor="#E1EEE8" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text7_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:229px; margin-top:5718px; line-height:15px; white-space:nowrap">\r
+\83v\83\8a\83t\83F\83b\83`\82·\82é\83X\83\8c\83b\83h</DIV>\r
+<DIV id="text7_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:5684px; line-height:15px; white-space:nowrap">\r
+\83v\83\8a\83t\83F\83b\83`\82·\82é\82Æ\82«\82Ì\93®\8dì\82ð\8e¦\82µ\82Ü\82·\81B</DIV>\r
+<v:line style="position:absolute;" from="35,5775" to="277,5775" strokecolor="#000000" strokeweight="1pt"/>\r
+<v:line style="position:absolute;" from="277,5775" to="266,5771" strokecolor="#000000" strokeweight="1pt"/>\r
+<v:line style="position:absolute;" from="277,5775" to="266,5779" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text7_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:46px; margin-top:5757px; line-height:15px; white-space:nowrap">\r
+\83v\83\8a\83t\83F\83b\83`\81i\83\8a\81[\83h\8aJ\8en\81j\97v\8b\81</DIV>\r
+<v:rect style="position:absolute; margin-left:319px; margin-top:5746px; width:136px; height:19px;" fillcolor="#F0F3FF" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text7_12" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:327px; margin-top:5750px; line-height:13px; white-space:nowrap">\r
+\83L\83\83\83b\83V\83\85\82É\82È\82¢\8fó\91Ô</DIV>\r
+<v:rect style="position:absolute; margin-left:319px; margin-top:5799px; width:112px; height:19px;" fillcolor="#F0F3FF" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text7_13" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:327px; margin-top:5803px; line-height:13px; white-space:nowrap">\r
+\83\8a\81[\83f\83B\83\93\83O\8fó\91Ô</DIV>\r
+<v:rect style="position:absolute; margin-left:285px; margin-top:5775px; width:12px; height:68px;" fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"/>\r
+<v:rect style="position:absolute; margin-left:319px; margin-top:5853px; width:136px; height:19px;" fillcolor="#F0F3FF" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text7_15" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:327px; margin-top:5857px; line-height:13px; white-space:nowrap">\r
+\83L\83\83\83b\83V\83\85\82É\82 \82é\8fó\91Ô</DIV>\r
+<DIV id="text7_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:43px; margin-top:5797px; line-height:15px; white-space:nowrap">\r
+\83\8a\81[\83h\97v\8b\81</DIV>\r
+<v:line style="position:absolute;" from="36,5819" to="97,5819" strokecolor="#000000" strokeweight="1pt"/>\r
+<v:line style="position:absolute;" from="97,5819" to="86,5815" strokecolor="#000000" strokeweight="1pt"/>\r
+<v:line style="position:absolute;" from="97,5819" to="86,5823" strokecolor="#000000" strokeweight="1pt"/>\r
+<v:rect style="position:absolute; margin-left:106px; margin-top:5818px; width:12px; height:45px;" fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"/>\r
+<v:line style="position:absolute;" from="277,5842" to="128,5842" strokecolor="#000000" strokeweight="1pt">\r
+    <v:stroke dashstyle="dash"/>\r
+</v:line>\r
+<v:shape style="position:absolute; margin-left:128px; margin-top:5837px; width:10px; height:10px"\r
+ fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"\r
+ path="m 0,500 l 1000,1000, 1000,0 x e"/>\r
+<DIV id="text7_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:60px; margin-top:5627px; line-height:15px; white-space:nowrap">\r
+<A href="#pseudo_multithread">\r
+\81¨ \8b[\8e\97\83}\83\8b\83`\83X\83\8c\83b\83h</A></DIV>\r
+<DIV id="text7_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:5909px; line-height:15px; white-space:nowrap">\r
+\97v\8b\81\82É\91Î\82·\82é\8f\88\97\9d\82ª\81A\8fó\91Ô\82É\82æ\82Á\82Ä\82Ç\82Ì\82æ\82¤\82É\95Ï\89»\82·\82é\82©\82ð\88ê\97\97\82µ\82Ü\82·\81B</DIV>\r
+<DIV id="text7_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:48px; margin-top:5973px; line-height:15px; white-space:nowrap">\r
+\83L\83\83\83b\83V\83\85\82É\82È\82¢\8fó\91Ô</DIV>\r
+<DIV id="text7_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:48px; margin-top:6001px; line-height:15px; white-space:nowrap">\r
+\83\8a\81[\83f\83B\83\93\83O\8fó\91Ô</DIV>\r
+<DIV id="text7_24" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:304px; margin-top:5771px; line-height:15px; white-space:nowrap">\r
+\81i\83~\83\83q\83b\83g\82µ\82½\8fê\8d\87\81j</DIV>\r
+<DIV id="text7_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:48px; margin-top:6029px; line-height:15px; white-space:nowrap">\r
+\83L\83\83\83b\83V\83\85\82É\82 \82é\8fó\91Ô</DIV>\r
+<DIV id="text7_26" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:204px; margin-top:5941px; line-height:15px; white-space:nowrap">\r
+\83v\83\8a\83t\83F\83b\83`\97v\8b\81</DIV>\r
+<v:line style="position:absolute;" from="41,5962" to="548,5962" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text7_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:341px; margin-top:5941px; line-height:15px; white-space:nowrap">\r
+\83\8a\81[\83h\97v\8b\81</DIV>\r
+<DIV id="text7_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:204px; margin-top:5973px; line-height:15px; white-space:nowrap">\r
+\83\8a\81[\83h\8aJ\8en</DIV>\r
+<DIV id="text7_30" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:204px; margin-top:6001px; line-height:15px; white-space:nowrap">\r
+\82È\82É\82à\82µ\82È\82¢</DIV>\r
+<DIV id="text7_31" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:204px; margin-top:6029px; line-height:15px; white-space:nowrap">\r
+\82È\82É\82à\82µ\82È\82¢</DIV>\r
+<DIV id="text7_32" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:341px; margin-top:5973px; line-height:15px; white-space:nowrap">\r
+\83v\83\8a\83t\83F\83b\83`\97v\8b\81\82Æ\81A\83\8a\81[\83h\8a®\97¹\91Ò\82¿</DIV>\r
+<DIV id="text7_33" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:341px; margin-top:6001px; line-height:15px; white-space:nowrap">\r
+\83\8a\81[\83h\8a®\97¹\91Ò\82¿</DIV>\r
+<DIV id="text7_34" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:341px; margin-top:6029px; line-height:15px; white-space:nowrap">\r
+\83L\83\83\83b\83V\83\85\82©\82ç\83\8a\81[\83h</DIV>\r
+<DIV id="text7_35" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:132px; margin-top:5801px; line-height:15px; white-space:nowrap">\r
+\83\8a\81[\83h\8a®\97¹\91Ò\82¿</DIV>\r
+<DIV id="text7_36" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:132px; margin-top:5820px; line-height:15px; white-space:nowrap">\r
+\83L\83\83\83b\83V\83\85\82©\82ç\83\8a\81[\83h</DIV>\r
+<DIV id="text7_37" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:6076px; line-height:15px; white-space:nowrap">\r
+\83v\83\8a\83t\83F\83b\83`\97v\8b\81\82ð\82·\82é API \8aÖ\90\94\82Å\82Í\81A\83v\83\8a\83t\83F\83b\83`\82·\82é\83X\83\8c\83b\83h\82É\8aÖ\82·\82é\8fî\95ñ\82É\83A\83N\83Z\83X\82Å\82«\82é<BR/>\r
+\83I\83u\83W\83F\83N\83g\82ð\95Ô\82µ\82Ä\82­\82¾\82³\82¢\81\82½\82Æ\82¦\81A\82·\82Å\82É\83L\83\83\83b\83V\83\85\82É\82 \82é\8fó\91Ô\82Å\82à\82Å\82·\81\82»\82¤\82·\82ê\82Î\81A<BR/>\r
+\83\8a\81[\83h\97v\8b\81\82ð\82·\82é API \8aÖ\90\94\82©\82ç\81A\83v\83\8a\83t\83F\83b\83`\97v\8b\81\82ð\82·\82é API \8aÖ\90\94\82ð\8cÄ\82Ñ\8fo\82·\82¾\82¯\82Å\81A<BR/>\r
+\82»\82Ì\95Ô\82è\92l\82©\82ç\8fó\91Ô\81i\83\8a\81[\83f\83B\83\93\83O\8fó\91Ô\81A\83L\83\83\83b\83V\83\85\82É\82 \82é\8fó\91Ô\81j\82ð\94»\92f\82Å\82«\82é\82æ\82¤\82É\82È\82é\82©\82ç<BR/>\r
+\82Å\82·\81\82Ü\82½\81A\83L\83\83\83b\83V\83\85\82É\8aÖ\82·\82é\8fî\95ñ\81i\83p\83X\82È\82Ç\81j\82à\93¾\82ç\82ê\82Ü\82·\81B</DIV>\r
+<DIV id="text7_38" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:6167px; line-height:15px; white-space:nowrap">\r
+\83v\83\8a\83t\83F\83b\83`\82ª\8a®\97¹\82µ\82½\8f\87\94Ô\82Å\83\8a\81[\83h\97v\8b\81\82ð\82µ\82È\82¢\8fê\8d\87\81i\83v\83\8a\83t\83F\83b\83`\82ð\81u\8aJ\8en\81v\82µ\82½\8f\87\94Ô\82Å\83\8a\81[\83h<BR/>\r
+\97v\8b\81\82ð\82·\82é\8fê\8d\87\82È\82Ç\82Å\82Í\81j\81A\8dÅ\8f\89\82É\8aJ\8en\82µ\82½\83f\81[\83^\82ª\91å\82«\82¢\82Æ\81A\83v\83\8a\83t\83F\83b\83`\82Æ\83\8a\81[\83h\82ª\95À\97ñ\82µ\82Ä<BR/>\r
+\8f\88\97\9d\82Å\82«\82é\8aú\8aÔ\82ª\8f­\82È\82­\82È\82è\82Ü\82·\82ª\81A\90³\82µ\82­\8f\88\97\9d\82³\82ê\82Ü\82·\81\82½\82¾\82µ\81A\83L\83\83\83b\83V\83\85\82ª\97L\8cÀ\82Ì\8fê\8d\87\81A<BR/>\r
+\83L\83\83\83b\83V\83\85\82Ì\93à\97e\82Ì\92u\82«\8a·\82¦\82É\82æ\82Á\82Ä\8dÄ\93x\83v\83\8a\83t\83F\83b\83`\82ª\95K\97v\82É\82È\82é\8fê\8d\87\82ª\82 \82è\82Ü\82·\81B</DIV>\r
+<DIV id="text7_39" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:60px; margin-top:5646px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_26.html#DownloadStart_DownloadAndExtractFileIn7zClass">\r
+\81¨ DownloadStart (DownloadAndExtractFileIn7zClass)</A></DIV>\r
+\r
+<v:line from="0,5515" to="581,5515"/>\r
+<v:line from="581,5515" to="581,6259"/>\r
+<v:line from="581,6259" to="0,6259"/>\r
+<v:line from="0,6259" to="0,5515"/>\r
+\r
+</PAGE>\r
\r
+<!-- page 8 --> \r
+<PAGE>\r
+<A id="svgcats_vml_p8" class="to_tree" style="margin-top:6264px;" onClick="selectTreeElem( '8' );">\81©</A>\r
+<A href="#svgcats_vml_p9" class="to_next_page" style="margin-top:6264px;">\81¥</A>\r
+<A href="#svgcats_vml_p7" class="to_prev_page" style="margin-top:6264px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:6275px; width:503px; height:2649px;" fillcolor="white"/>\r
+<DIV id="text8_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:6292px; line-height:15px; white-space:nowrap">\r
 <A name="if_and">\r
 \95¡\8d\87\8fð\8c\8f\95¶ And Or Not</A></DIV>\r
-<v:rect style="position:absolute; margin-left:30px; margin-top:4297px; width:352px; height:265px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text6_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:4303px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:30px; margin-top:6784px; width:352px; height:265px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text8_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:6790px; line-height:15px; white-space:nowrap">\r
 Func&nbsp; 0, 0, out&nbsp; '// False<BR/>\r
 Func&nbsp; 1, 0, out&nbsp; '// False<BR/>\r
 Func&nbsp; 0, 1, out&nbsp; '// False<BR/>\r
@@ -672,48 +921,48 @@ Sub Func( a, b, out )<BR/>
 &nbsp; &nbsp; End If<BR/>\r
 &nbsp; &nbsp; out = out &amp; a &amp;" and "&amp; b &amp; " = "+ out_bool + vbCRLF<BR/>\r
 End Sub</DIV>\r
-<v:rect style="position:absolute; margin-left:30px; margin-top:4122px; width:298px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text6_3" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:4129px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:30px; margin-top:6609px; width:298px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text8_3" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:6616px; line-height:13px; white-space:nowrap">\r
 &nbsp; &nbsp; If not IsEmpty( obj ) and obj.VarA = 1 Then</DIV>\r
-<DIV id="text6_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:4155px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:6642px; line-height:15px; white-space:nowrap">\r
 C\8c¾\8cê\82Æ\88Ù\82È\82è\81Aand \82Ì\97¼\95û\82Í\95K\82¸\8eÀ\8ds\82³\82ê\82é\82½\82ß\81A<BR/>\r
 \8fã\8bL\82Ì\95\82Í obj \82ª Empty \82Ì\82Æ\82«\82É\97á\8aO\82ª\94­\90\82µ\82Ü\82·\81B<BR/>\r
 \8e\9f\82Ì\82æ\82¤\82É\82µ\82Ä\82­\82¾\82³\82¢\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:30px; margin-top:4210px; width:262px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text6_5" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:4216px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:30px; margin-top:6697px; width:262px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text8_5" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:6703px; line-height:15px; white-space:nowrap">\r
 &nbsp; &nbsp; and_ = ( not IsEmpty( obj ) )<BR/>\r
 &nbsp; &nbsp; If and_ Then&nbsp; and_ = ( obj.VarA = 1 )<BR/>\r
 &nbsp; &nbsp; If and_ Then</DIV>\r
-<DIV id="text6_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:4091px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:6578px; line-height:15px; white-space:nowrap">\r
 <A name="isempty_and">\r
 C\8c¾\8cê\8e®\82Ì And \95¶ (&amp;&amp;)</A></DIV>\r
-<DIV id="text6_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:47px; margin-top:3936px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:47px; margin-top:6423px; line-height:15px; white-space:nowrap">\r
 <A href="#isempty_and">\r
 \81¨ C\8c¾\8cê\8e®\82Ì And \95¶ (&amp;&amp;)</A></DIV>\r
-<DIV id="text6_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:4278px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:6765px; line-height:15px; white-space:nowrap">\r
 \8c\9f\8fØ\83R\81[\83h\81F</DIV>\r
-<DIV id="text6_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:25px; margin-top:4631px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:25px; margin-top:7118px; line-height:15px; white-space:nowrap">\r
 <A name="isempty_or">\r
 C\8c¾\8cê\8e®\82Ì Or \95¶ (||)</A></DIV>\r
-<DIV id="text6_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:47px; margin-top:3959px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:47px; margin-top:6446px; line-height:15px; white-space:nowrap">\r
 <A href="#isempty_or">\r
 \81¨ C\8c¾\8cê\8e®\82Ì Or \95¶ (||)</A></DIV>\r
-<DIV id="text6_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:4819px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:7306px; line-height:15px; white-space:nowrap">\r
 \8c\9f\8fØ\83R\81[\83h\81F</DIV>\r
-<v:rect style="position:absolute; margin-left:30px; margin-top:4747px; width:274px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text6_12" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:4753px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:30px; margin-top:7234px; width:274px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text8_12" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:7240px; line-height:15px; white-space:nowrap">\r
 &nbsp; &nbsp; or_ = ( IsEmpty( obj ) )<BR/>\r
 &nbsp; &nbsp; If not or_ Then&nbsp; or_ = ( obj.VarA = 1 )<BR/>\r
 &nbsp; &nbsp; If or_ Then</DIV>\r
-<DIV id="text6_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:4692px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:7179px; line-height:15px; white-space:nowrap">\r
 C\8c¾\8cê\82Æ\88Ù\82È\82è\81Aor \82Ì\97¼\95û\82Í\95K\82¸\8eÀ\8ds\82³\82ê\82é\82½\82ß\81A<BR/>\r
 \8fã\8bL\82Ì\95\82Í obj \82ª Empty \82Ì\82Æ\82«\82É\97á\8aO\82ª\94­\90\82µ\82Ü\82·\81B<BR/>\r
 \8e\9f\82Ì\82æ\82¤\82É\82µ\82Ä\82­\82¾\82³\82¢\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:30px; margin-top:4659px; width:268px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text6_14" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:4666px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:30px; margin-top:7146px; width:268px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text8_14" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:7153px; line-height:13px; white-space:nowrap">\r
 &nbsp; &nbsp; If IsEmpty( obj ) or obj.VarA = 1 Then</DIV>\r
-<v:rect style="position:absolute; margin-left:30px; margin-top:4838px; width:346px; height:265px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text6_15" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:4844px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:30px; margin-top:7325px; width:346px; height:265px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text8_15" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:7331px; line-height:15px; white-space:nowrap">\r
 Func&nbsp; 0, 0, out&nbsp; '// False<BR/>\r
 Func&nbsp; 1, 0, out&nbsp; '// True<BR/>\r
 Func&nbsp; 0, 1, out&nbsp; '// True<BR/>\r
@@ -731,59 +980,59 @@ Sub Func( a, b, out )<BR/>
 &nbsp; &nbsp; End If<BR/>\r
 &nbsp; &nbsp; out = out &amp; a &amp;" or "&amp; b &amp; " = "+ out_bool + vbCRLF<BR/>\r
 End Sub</DIV>\r
-<DIV id="text6_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:337px; margin-top:4127px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:337px; margin-top:6614px; line-height:15px; white-space:nowrap">\r
 \81~</DIV>\r
-<DIV id="text6_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:311px; margin-top:4664px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:311px; margin-top:7151px; line-height:15px; white-space:nowrap">\r
 \81~</DIV>\r
-<DIV id="text6_18" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:212px; margin-top:4769px; line-height:13px; white-space:nowrap">\r
+<DIV id="text8_18" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:212px; margin-top:7256px; line-height:13px; white-space:nowrap">\r
 obj.VarA = 1</DIV>\r
-<DIV id="text6_19" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:188px; margin-top:4666px; line-height:13px; white-space:nowrap">\r
+<DIV id="text8_19" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:188px; margin-top:7153px; line-height:13px; white-space:nowrap">\r
 obj.VarA = 1</DIV>\r
-<DIV id="text6_20" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:80px; margin-top:4666px; line-height:13px; white-space:nowrap">\r
+<DIV id="text8_20" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:80px; margin-top:7153px; line-height:13px; white-space:nowrap">\r
 IsEmpty( obj )</DIV>\r
-<DIV id="text6_21" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:200px; margin-top:4232px; line-height:13px; white-space:nowrap">\r
+<DIV id="text8_21" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:200px; margin-top:6719px; line-height:13px; white-space:nowrap">\r
 obj.VarA = 1</DIV>\r
-<DIV id="text6_22" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:80px; margin-top:4129px; line-height:13px; white-space:nowrap">\r
+<DIV id="text8_22" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:80px; margin-top:6616px; line-height:13px; white-space:nowrap">\r
 not IsEmpty( obj )</DIV>\r
-<DIV id="text6_23" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:218px; margin-top:4129px; line-height:13px; white-space:nowrap">\r
+<DIV id="text8_23" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:218px; margin-top:6616px; line-height:13px; white-space:nowrap">\r
 obj.VarA = 1</DIV>\r
-<DIV id="text6_24" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:3887px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_24" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:6374px; line-height:15px; white-space:nowrap">\r
 \82Ü\82¸\82Í\81AC\8c¾\8cê\82Ì\82æ\82¤\82É and or \82ð\8aÜ\82Þ\95\82ð\8bL\8fq\82µ\82Ä\82©\82ç\81A\89º\8bL\82Ì\83\8a\83\93\83N\90æ\82ð<BR/>\r
 \8eQ\8fÆ\82µ\82Ä\91Î\8f\88\82µ\82Ä\82­\82¾\82³\82¢\81B</DIV>\r
-<DIV id="text6_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:3839px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:6326px; line-height:15px; white-space:nowrap">\r
 VB \82Å\82Í C\8c¾\8cê\82Æ\88Ù\82È\82è\81Aand \82â or \82Ì\8cã\82Ì\8fð\8c\8f\95\82ð\95K\82¸\8eÀ\8ds\82µ\82Ü\82·\81B<BR/>\r
 \82±\82Ì\82½\82ß\82É\81A\91O\82Ì\8fð\8c\8f\95\82É\82æ\82Á\82Ä\8cã\82Ì\8fð\8c\8f\95\82Å\83G\83\89\81[\82É\82È\82é\82±\82Æ\82ª\82 \82è\82Ü\82·\81B</DIV>\r
-<DIV id="text6_26" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:116px; margin-top:4217px; line-height:13px; white-space:nowrap">\r
+<DIV id="text8_26" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:116px; margin-top:6704px; line-height:13px; white-space:nowrap">\r
 not IsEmpty( obj )</DIV>\r
-<DIV id="text6_27" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:110px; margin-top:4754px; line-height:13px; white-space:nowrap">\r
+<DIV id="text8_27" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:110px; margin-top:7241px; line-height:13px; white-space:nowrap">\r
 IsEmpty( obj )</DIV>\r
-<DIV id="text6_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; font-weight: bold; margin-left:337px; margin-top:4230px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; font-weight: bold; margin-left:337px; margin-top:6717px; line-height:15px; white-space:nowrap">\r
 \81\9b</DIV>\r
-<DIV id="text6_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; font-weight: bold; margin-left:311px; margin-top:4767px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; font-weight: bold; margin-left:311px; margin-top:7254px; line-height:15px; white-space:nowrap">\r
 \81\9b</DIV>\r
-<DIV id="text6_30" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:60px; margin-top:4016px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_30" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:60px; margin-top:6503px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_08.html#math">\r
 \81¨ \98_\97\9d\89\89\8eZ\81A\83r\83b\83g\89\89\8eZ</A></DIV>\r
-<DIV id="text6_31" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:4016px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_31" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:6503px; line-height:15px; white-space:nowrap">\r
 \8aÖ\98A</DIV>\r
-<DIV id="text6_32" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:80px; margin-top:4980px; line-height:13px; white-space:nowrap">\r
+<DIV id="text8_32" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:80px; margin-top:7467px; line-height:13px; white-space:nowrap">\r
 not</DIV>\r
-<DIV id="text6_33" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:80px; margin-top:4769px; line-height:13px; white-space:nowrap">\r
+<DIV id="text8_33" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:80px; margin-top:7256px; line-height:13px; white-space:nowrap">\r
 not</DIV>\r
-<DIV id="text6_34" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:25px; margin-top:5941px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_34" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:25px; margin-top:8428px; line-height:15px; white-space:nowrap">\r
 <A name="zero_not">\r
 C\8c¾\8cê\8e®\82Ì Not \95¶ (!)</A></DIV>\r
-<DIV id="text6_35" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:47px; margin-top:3982px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_35" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:47px; margin-top:6469px; line-height:15px; white-space:nowrap">\r
 <A href="#zero_not">\r
 \81¨ C\8c¾\8cê\8e®\82Ì Not \95¶ (!)</A></DIV>\r
-<DIV id="text6_36" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:44px; margin-top:5969px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_36" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:44px; margin-top:8456px; line-height:15px; white-space:nowrap">\r
 Not \89\89\8eZ\8eq\82Í\81A\90®\90\94\82ð\8d\\90¬\82·\82é\83r\83b\83g\82ð\82·\82×\82Ä\94½\93]\82·\82é\82±\82Æ\82Å\82·\81B<BR/>\r
 \82·\82×\82Ä\82Ì\83r\83b\83g\82ª 0 (=False) \82©\81A\82·\82×\82Ä\82Ì\83r\83b\83g\82ª 1 (=True=-1) \82Å\82È\82¯\82ê\82Î\81A<BR/>\r
 Not \89\89\8eZ\82µ\82Ä\82µ\82È\82­\82Ä\82à\8fí\82É\90^\82É\82È\82è\82Ü\82·\81B<BR/>\r
 <BR/>\r
 C\8c¾\8cê\82Å\82Í\81A\89\89\8eZ\8c\8b\89Ê\82Í\90®\90\94\82Ì 0 \82© 1 \82Ì\82Ý\82É\82È\82è\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:30px; margin-top:6135px; width:238px; height:265px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text6_37" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:6141px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:30px; margin-top:8622px; width:238px; height:265px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text8_37" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:8628px; line-height:15px; white-space:nowrap">\r
 Func&nbsp; 0<BR/>\r
 Func&nbsp; 1<BR/>\r
 Func&nbsp; -1<BR/>\r
@@ -801,15 +1050,15 @@ Sub Func( a )<BR/>
 &nbsp; &nbsp; &nbsp; &nbsp; WScript.Echo&nbsp; "not a = False"<BR/>\r
 &nbsp; &nbsp; End If<BR/>\r
 End Sub</DIV>\r
-<DIV id="text6_38" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:6113px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_38" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:8600px; line-height:15px; white-space:nowrap">\r
 \8c\9f\8fØ\83R\81[\83h\81F</DIV>\r
-<v:roundrect style="position:absolute; margin-left:52px; margin-top:6054px; width:67px; height:20px;" arcsize="0.500000" fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text6_39" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:60px; margin-top:6057px; line-height:15px; white-space:nowrap">\r
+<v:roundrect style="position:absolute; margin-left:52px; margin-top:8541px; width:67px; height:20px;" arcsize="0.500000" fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text8_39" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:60px; margin-top:8544px; line-height:15px; white-space:nowrap">\r
 \8f\91\82«\82©\82¯</DIV>\r
-<DIV id="text6_40" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:60px; margin-top:4034px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_40" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:60px; margin-top:6521px; line-height:15px; white-space:nowrap">\r
 \81¨ MISRA 12.4</DIV>\r
-<v:rect style="position:absolute; margin-left:30px; margin-top:5365px; width:406px; height:490px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text6_41" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:5371px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:30px; margin-top:7852px; width:406px; height:490px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text8_41" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:7858px; line-height:15px; white-space:nowrap">\r
 Func&nbsp; 0, 0, 0, 0, out&nbsp; '// False<BR/>\r
 Func&nbsp; 1, 0, 0, 0, out&nbsp; '// False<BR/>\r
 Func&nbsp; 0, 1, 0, 0, out&nbsp; '// False<BR/>\r
@@ -842,53 +1091,53 @@ Sub Func( a, b, c, d, out )<BR/>
 &nbsp; &nbsp; out = out +"( "&amp; a &amp;" and "&amp; b &amp;" ) or ( "&amp; c &amp;" and "&amp; d &amp; _<BR/>\r
 &nbsp; &nbsp; &nbsp; &nbsp; " ) = "+ out_bool + vbCRLF<BR/>\r
 End Sub</DIV>\r
-<DIV id="text6_42" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:5343px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_42" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:7830px; line-height:15px; white-space:nowrap">\r
 \8c\9f\8fØ\83R\81[\83h\81F</DIV>\r
-<DIV id="text6_43" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:25px; margin-top:5149px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_43" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:25px; margin-top:7636px; line-height:15px; white-space:nowrap">\r
 <A name="isempty_or">\r
 C\8c¾\8cê\8e®\82Ì And \82Æ Or \82Ì\95¡\8d\87\95¶</A></DIV>\r
-<v:rect style="position:absolute; margin-left:30px; margin-top:5224px; width:214px; height:85px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text6_44" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:5230px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:30px; margin-top:7711px; width:214px; height:85px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text8_44" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:7717px; line-height:15px; white-space:nowrap">\r
 &nbsp; &nbsp; and1 = ( a &gt; 0 )<BR/>\r
 &nbsp; &nbsp; If and1 Then and1 = ( b &gt; 0 )<BR/>\r
 &nbsp; &nbsp; and2 = ( c &gt; 0 )<BR/>\r
 &nbsp; &nbsp; If and2 Then and2 = ( d &gt; 0 )<BR/>\r
 &nbsp; &nbsp; If and1 or and2 Then</DIV>\r
-<v:rect style="position:absolute; margin-left:30px; margin-top:5190px; width:364px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text6_45" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:5197px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:30px; margin-top:7677px; width:364px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text8_45" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:7684px; line-height:13px; white-space:nowrap">\r
 &nbsp; &nbsp; If ( a &gt; 0&nbsp; and&nbsp; b &gt; 0 ) or ( c &gt; 0&nbsp; and&nbsp; d &gt; 0 ) Then</DIV>\r
-<DIV id="text6_46" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:416px; margin-top:5195px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_46" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:416px; margin-top:7682px; line-height:15px; white-space:nowrap">\r
 \81~</DIV>\r
-<DIV id="text6_47" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; font-weight: bold; margin-left:262px; margin-top:5235px; line-height:15px; white-space:nowrap">\r
+<DIV id="text8_47" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; font-weight: bold; margin-left:262px; margin-top:7722px; line-height:15px; white-space:nowrap">\r
 \81\9b</DIV>\r
 \r
-<v:line from="0,3788" to="503,3788"/>\r
-<v:line from="503,3788" to="503,6437"/>\r
-<v:line from="503,6437" to="0,6437"/>\r
-<v:line from="0,6437" to="0,3788"/>\r
+<v:line from="0,6275" to="503,6275"/>\r
+<v:line from="503,6275" to="503,8924"/>\r
+<v:line from="503,8924" to="0,8924"/>\r
+<v:line from="0,8924" to="0,6275"/>\r
 \r
 </PAGE>\r
  \r
-<!-- page 7 --> \r
+<!-- page 9 --> \r
 <PAGE>\r
-<A id="svgcats_vml_p7" class="to_tree" style="margin-top:6442px;" onClick="selectTreeElem( '7' );">\81©</A>\r
-<A href="#svgcats_vml_p8" class="to_next_page" style="margin-top:6442px;">\81¥</A>\r
-<A href="#svgcats_vml_p6" class="to_prev_page" style="margin-top:6442px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:6453px; width:553px; height:1553px;" fillcolor="white"/>\r
-<DIV id="text7_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:6470px; line-height:15px; white-space:nowrap">\r
+<A id="svgcats_vml_p9" class="to_tree" style="margin-top:8929px;" onClick="selectTreeElem( '9' );">\81©</A>\r
+<A href="vbs_memo_02.html#svgcats_vml_p10" class="to_next_page" style="margin-top:8929px;">\81¥</A>\r
+<A href="#svgcats_vml_p8" class="to_prev_page" style="margin-top:8929px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:8940px; width:553px; height:1553px;" fillcolor="white"/>\r
+<DIV id="text9_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:8957px; line-height:15px; white-space:nowrap">\r
 <A name="GetRef">\r
 GetRef</A></DIV>\r
-<v:rect style="position:absolute; margin-left:33px; margin-top:6503px; width:358px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text7_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:41px; margin-top:6510px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:33px; margin-top:8990px; width:358px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text9_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:41px; margin-top:8997px; line-height:13px; white-space:nowrap">\r
 Function&nbsp; GetRef( FuncName as string ) as Function or Sub</DIV>\r
-<DIV id="text7_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:6540px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:9027px; line-height:15px; white-space:nowrap">\r
 \95\8e\9a\97ñ\82Å\8ew\92è\82µ\82½\83V\83\93\83{\83\8b\82Ì\83v\83\8d\83V\81[\83W\83\83\82ð\95Ô\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text7_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:6729px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:9216px; line-height:15px; white-space:nowrap">\r
 FuncName \82É\8ew\92è\82µ\82½\83v\83\8d\83V\81[\83W\83\83\82ª\92è\8b`\82³\82ê\82Ä\82¢\82È\82¢\82Æ\82«\82Í\81A\83G\83\89\81[ 5 \82É\82È\82è\82Ü\82·\81B</DIV>\r
-<DIV id="text7_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:6570px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:9057px; line-height:15px; white-space:nowrap">\r
 \83T\83\93\83v\83\8b\81F</DIV>\r
-<v:rect style="position:absolute; margin-left:53px; margin-top:6592px; width:202px; height:115px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text7_6" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:61px; margin-top:6598px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:53px; margin-top:9079px; width:202px; height:115px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text9_6" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:61px; margin-top:9085px; line-height:15px; white-space:nowrap">\r
 Dim&nbsp; sub_x<BR/>\r
 Set&nbsp; sub_x = GetRef( "sub1" )<BR/>\r
 sub_x&nbsp; &nbsp;'// sub1 \82ð\8cÄ\82Ñ\8fo\82µ\82Ü\82·<BR/>\r
@@ -896,8 +1145,8 @@ sub_x&nbsp; &nbsp;'// sub1 
 Sub&nbsp; sub1()<BR/>\r
 &nbsp; MsgBox "X"<BR/>\r
 End Sub</DIV>\r
-<v:rect style="position:absolute; margin-left:53px; margin-top:7510px; width:298px; height:160px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text7_7" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:61px; margin-top:7516px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:53px; margin-top:9997px; width:298px; height:160px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text9_7" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:61px; margin-top:10003px; line-height:15px; white-space:nowrap">\r
 Dim&nbsp; sub_x<BR/>\r
 On Error Resume Next<BR/>\r
 &nbsp; Set&nbsp; sub_x = GetRef( "sub1" )<BR/>\r
@@ -908,34 +1157,34 @@ MsgBox "err = " &amp; Err.Number<BR/>
 Sub&nbsp; sub1<BR/>\r
 &nbsp; Err.Raise&nbsp; 1,,"Error in sub1"<BR/>\r
 End Sub</DIV>\r
-<DIV id="text7_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:7161px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:9648px; line-height:15px; white-space:nowrap">\r
 \83v\83\8d\83V\81[\83W\83\83\82ª\92è\8b`\82³\82ê\82Ä\82¢\82é\82©\82Ç\82¤\82©\82Ì\94»\92è</DIV>\r
-<DIV id="text7_9" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:79px; margin-top:7577px; line-height:13px; white-space:nowrap">\r
+<DIV id="text9_9" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:79px; margin-top:10064px; line-height:13px; white-space:nowrap">\r
 IsEmpty</DIV>\r
-<DIV id="text7_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:7744px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:10231px; line-height:15px; white-space:nowrap">\r
 1.</DIV>\r
-<DIV id="text7_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:70px; margin-top:7764px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:70px; margin-top:10251px; line-height:15px; white-space:nowrap">\r
 \95W\8f\80\93I\82È\83G\83\89\81[\83\81\83b\83Z\81[\83W\82ð\95\\8e¦\82·\82é</DIV>\r
-<DIV id="text7_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:7764px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:10251px; line-height:15px; white-space:nowrap">\r
 2.</DIV>\r
-<DIV id="text7_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:70px; margin-top:7744px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:70px; margin-top:10231px; line-height:15px; white-space:nowrap">\r
 \83G\83\89\81[\83R\81[\83h\82â\83G\83\89\81[\83\81\83b\83Z\81[\83W\82ð Err \83I\83u\83W\83F\83N\83g\82É\90Ý\92è\82·\82é</DIV>\r
-<DIV id="text7_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:7784px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:10271px; line-height:15px; white-space:nowrap">\r
 3.</DIV>\r
-<DIV id="text7_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:70px; margin-top:7784px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:70px; margin-top:10271px; line-height:15px; white-space:nowrap">\r
 IsEmpty \82ª On Error Resume Next \82Ì\82æ\82¤\82É\93­\82«\81A\8e\9f\82Ì\8ds\82©\82ç\8eÀ\8ds\82·\82é\81B</DIV>\r
-<DIV id="text7_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:30px; margin-top:7195px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:30px; margin-top:9682px; line-height:15px; white-space:nowrap">\r
 GetRef \82Å\83v\83\8d\83V\81[\83W\83\83\82ª\8eæ\93¾\82Å\82«\82½\82©\82Ç\82¤\82©\81i\92è\8b`\82³\82ê\82Ä\82¢\82é\82©\82Ç\82¤\82©\81j\82Í\81A<BR/>\r
 IsEmpty sub_x \82Å\94»\92è\82·\82é\82±\82Æ\82Í\82Å\82«\82Ü\82¹\82ñ\81B<BR/>\r
 \83G\83\89\81[ 5 \82ª\94­\90\82µ\82½\82©\82Ç\82¤\82©\82Å\94»\92è\82µ\82Ä\82­\82¾\82³\82¢\81B</DIV>\r
-<DIV id="text7_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:30px; margin-top:7685px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:30px; margin-top:10172px; line-height:15px; white-space:nowrap">\r
 IsEmpty sub_x \82Æ\82·\82é\82Æ\81Asub1 \82ª\92è\8b`\82³\82ê\82Ä\82¢\82È\82¯\82ê\82Î\81A\8aú\91Ò\92Ê\82è "Not defined"<BR/>\r
 \82Æ\95\\8e¦\82µ\82Ü\82·\82ª\81Asub1 \82ª\92è\8b`\82³\82ê\82Ä\82¢\82é\82Æ\81Asub1 \82ð\8cÄ\82Ñ\8fo\82µ\82Ä\82µ\82Ü\82¢\82Ü\82·\81B<BR/>\r
 \82³\82ç\82É\81A\8e\9f\82Ì\82æ\82¤\82È\93Á\8eê\82È\93®\82«\82É\82È\82è\82Ü\82·\81B</DIV>\r
-<DIV id="text7_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:30px; margin-top:7486px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:30px; margin-top:9973px; line-height:15px; white-space:nowrap">\r
 \88«\82¢\83R\81[\83h</DIV>\r
-<v:rect style="position:absolute; margin-left:53px; margin-top:7309px; width:238px; height:160px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text7_19" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:61px; margin-top:7315px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:53px; margin-top:9796px; width:238px; height:160px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text9_19" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:61px; margin-top:9802px; line-height:15px; white-space:nowrap">\r
 Dim&nbsp; sub_x, en<BR/>\r
 On Error Resume Next<BR/>\r
 &nbsp; Set&nbsp; sub_x = GetRef( "sub1" )<BR/>\r
@@ -946,18 +1195,18 @@ MsgBox "err = " &amp; Err.Number<BR/>
 Sub&nbsp; sub1<BR/>\r
 &nbsp; Err.Raise&nbsp; 1,,"Error in sub1"<BR/>\r
 End Sub</DIV>\r
-<DIV id="text7_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:30px; margin-top:7284px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:30px; margin-top:9771px; line-height:15px; white-space:nowrap">\r
 \97Ç\82¢\83R\81[\83h</DIV>\r
-<DIV id="text7_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:30px; margin-top:7249px; line-height:15px; white-space:nowrap">\r
-<A href="..\vbslib.files\vbslib_60.html#IsDefined">\r
+<DIV id="text9_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:30px; margin-top:9736px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_62.html#IsDefined">\r
 \81¨ IsDefined (vbslib)</A></DIV>\r
-<DIV id="text7_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:6884px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:9371px; line-height:15px; white-space:nowrap">\r
 \95Ô\82³\82ê\82é\92l\82Í\83I\83u\83W\83F\83N\83g\8eQ\8fÆ\82Å\82·\82ª\81A\93¯\82¶ FuncName \82ð\8ew\92è\82µ\82Ä\82à\81A\93¯\82\83I\83u\83W\83F\83N\83g<BR/>\r
 \82Ö\82Ì\8eQ\8fÆ\82É\82Í\82È\82è\82Ü\82¹\82ñ\81B</DIV>\r
-<DIV id="text7_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:6970px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:9457px; line-height:15px; white-space:nowrap">\r
 GetRef \82Å\8eæ\93¾\82µ\82½\8aÖ\90\94\82Í\81AExecuteGlobal \82Å\83I\81[\83o\81[\83\89\83C\83h\82µ\82Ä\82à\81A\96³\82­\82È\82è\82Ü\82¹\82ñ\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:63px; margin-top:6992px; width:334px; height:130px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text7_24" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:71px; margin-top:6998px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:63px; margin-top:9479px; width:334px; height:130px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text9_24" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:71px; margin-top:9485px; line-height:15px; white-space:nowrap">\r
 &nbsp; Dim&nbsp; ref<BR/>\r
 <BR/>\r
 &nbsp; ExecuteGlobal&nbsp; "Function&nbsp; F() : F=1 : End Function"<BR/>\r
@@ -966,335 +1215,52 @@ GetRef 
 &nbsp; echo&nbsp; F() &amp; ", " &amp; ref()<BR/>\r
 &nbsp; ExecuteGlobal&nbsp; "Function&nbsp; F() : F=2 : End Function"<BR/>\r
 &nbsp; echo&nbsp; F() &amp; ", " &amp; ref()</DIV>\r
-<DIV id="text7_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:422px; margin-top:7046px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:422px; margin-top:9533px; line-height:15px; white-space:nowrap">\r
 \8fo\97Í\93à\97e</DIV>\r
-<v:rect style="position:absolute; margin-left:431px; margin-top:7066px; width:52px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text7_26" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:439px; margin-top:7072px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:431px; margin-top:9553px; width:52px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text9_26" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:439px; margin-top:9559px; line-height:15px; white-space:nowrap">\r
 F, ref<BR/>\r
 1, 1<BR/>\r
 2, 1</DIV>\r
-<v:rect style="position:absolute; margin-left:63px; margin-top:6923px; width:292px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text7_27" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:71px; margin-top:6930px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:63px; margin-top:9410px; width:292px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text9_27" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:71px; margin-top:9417px; line-height:13px; white-space:nowrap">\r
 If GetRef("sub1") Is GetRef("sub1")&nbsp; '// False</DIV>\r
-<DIV id="text7_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:41px; margin-top:6754px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:41px; margin-top:9241px; line-height:15px; white-space:nowrap">\r
 \83N\83\89\83X\82Ì\92\86\82Ì\83\81\83\\83b\83h\82Í\8ew\92è\82Å\82«\82Ü\82¹\82ñ\81B</DIV>\r
-<DIV id="text7_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:41px; margin-top:6789px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:41px; margin-top:9276px; line-height:15px; white-space:nowrap">\r
 \88ø\90\94\82ª\96³\82¢\8aÖ\90\94\81i\97á\81F\8fã\8bL sub_x\81j\82Í\81A\89º\8bL\83R\81[\83h\82Å\82à\8cÄ\82Ñ\8fo\82µ\82Ä\82µ\82Ü\82¢\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:63px; margin-top:6824px; width:184px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text7_30" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:71px; margin-top:6831px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:63px; margin-top:9311px; width:184px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text9_30" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:71px; margin-top:9318px; line-height:13px; white-space:nowrap">\r
 If IsEmpty( sub_x ) Then ...</DIV>\r
-<DIV id="text7_31" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:6804px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_31" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:9291px; line-height:15px; white-space:nowrap">\r
 \83_\83~\81[\82Ì\88ø\90\94\82ð\92è\8b`\82µ\82Ä\82­\82¾\82³\82¢\81B</DIV>\r
-<DIV id="text7_32" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:7921px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_32" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:10408px; line-height:15px; white-space:nowrap">\r
 \8aÖ\98A</DIV>\r
-<DIV id="text7_33" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:70px; margin-top:7938px; line-height:15px; white-space:nowrap">\r
-<A href="..\vbslib.files\vbslib_23.html#EventResponders">\r
+<DIV id="text9_33" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:70px; margin-top:10425px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_24.html#EventResponders">\r
 \81¨ EventResponders \83N\83\89\83X</A></DIV>\r
-<DIV id="text7_34" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:70px; margin-top:7921px; line-height:15px; white-space:nowrap">\r
-<A href="..\vbslib.files\vbslib_23.html#DefaultFunction">\r
+<DIV id="text9_34" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:70px; margin-top:10408px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_24.html#DefaultFunction">\r
 \81¨ DefaultFunction</A></DIV>\r
-<DIV id="text7_35" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:70px; margin-top:7955px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_35" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:70px; margin-top:10442px; line-height:15px; white-space:nowrap">\r
 \81¨ CallByName</DIV>\r
-<DIV id="text7_36" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:7834px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_36" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:10321px; line-height:15px; white-space:nowrap">\r
 \8fÚ\8d×</DIV>\r
-<DIV id="text7_37" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:7859px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_37" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:10346px; line-height:15px; white-space:nowrap">\r
 GetRef\8aÖ\90\94\82Ì\95Ô\82è\92l\82Í\81A\83f\83B\83X\83p\83b\83`ID = 0 \82È\83\81\83\\83b\83h\81iDefault \82Ì\83\81\83\\83b\83h\81j<BR/>\r
 \82ð\8e\9d\82Á\82½ IDispatch \83I\83u\83W\83F\83N\83g\82Ö\82Ì\8eQ\8fÆ\82Å\82·\81B</DIV>\r
-<DIV id="text7_38" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:331px; margin-top:7885px; line-height:15px; white-space:nowrap">\r
+<DIV id="text9_38" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:331px; margin-top:10372px; line-height:15px; white-space:nowrap">\r
 <A href="http://www.roy.hi-ho.ne.jp/mutaguchi/bbs/list120.shtml" target="_blank">\r
 \81¨ \8cf\8e¦\94Â\89ß\8b\8e\82Ì\8bL\8e\96 (Web)</A></DIV>\r
 \r
-<v:line from="0,6453" to="553,6453"/>\r
-<v:line from="553,6453" to="553,8006"/>\r
-<v:line from="553,8006" to="0,8006"/>\r
-<v:line from="0,8006" to="0,6453"/>\r
-\r
-</PAGE>\r
\r
-<!-- page 8 --> \r
-<PAGE>\r
-<A id="svgcats_vml_p8" class="to_tree" style="margin-top:8011px;" onClick="selectTreeElem( '8' );">\81©</A>\r
-<A href="#svgcats_vml_p9" class="to_next_page" style="margin-top:8011px;">\81¥</A>\r
-<A href="#svgcats_vml_p7" class="to_prev_page" style="margin-top:8011px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:8022px; width:556px; height:534px;" fillcolor="white"/>\r
-<DIV id="text8_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:8039px; line-height:15px; white-space:nowrap">\r
-<A name="VbsNaturalDocs">\r
-NaturalDocs \91Î\89\9e\83R\83\81\83\93\83g</A></DIV>\r
-<DIV id="text8_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:8068px; line-height:15px; white-space:nowrap">\r
-\83\\81[\83X\83t\83@\83C\83\8b\82©\82çHTML\8c`\8e®\82Ì\83h\83L\83\85\83\81\83\93\83g\82ð\90\90¬\82µ\82Ü\82·\81B </DIV>\r
-<DIV id="text8_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:87px; margin-top:8083px; line-height:15px; white-space:nowrap">\r
-\82æ\82è\90§\8cä\95\8e\9a\82ª\8e©\91R\82Å\93Ç\82Ý\82â\82·\82­\82È\82è\82Ü\82·\81B</DIV>\r
-<DIV id="text8_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:8083px; line-height:15px; white-space:nowrap">\r
-doxygen</DIV>\r
-<DIV id="text8_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#800000; margin-left:35px; margin-top:8099px; line-height:15px; white-space:nowrap">\r
-": "+ \83L\81[\83\8f\81[\83h\82Å\8c\9f\8dõ\82·\82é\82±\82Æ\82Å\81A\92è\8b`\82¾\82¯\82É\8di\82è\8d\9e\82ñ\82Å\81A\8c\9f\8dõ\82Å\82«\82é\82æ\82¤\82É\82È\82è\82Ü\82·\81B</DIV>\r
-<DIV id="text8_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:89px; margin-top:8115px; line-height:15px; white-space:nowrap">\r
-<A href="..\vbslib.files\vbslib_03.html#DoTextShrink_sth">\r
-DoTextShrink \83c\81[\83\8b</A></DIV>\r
-<DIV id="text8_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:8115px; line-height:15px; white-space:nowrap">\r
-vbslib \82Ì</DIV>\r
-<DIV id="text8_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:210px; margin-top:8115px; line-height:15px; white-space:nowrap">\r
-\82Å\81A\8eg\97p\82µ\82Ä\82¢\82È\82¢\83Z\83N\83V\83\87\83\93\82ð\8dí\8f\9c\82Å\82«\82Ü\82·\81B</DIV>\r
-<DIV id="text8_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:8154px; line-height:15px; white-space:nowrap">\r
-\8eå\82É\81A\83R\83\81\83\93\83g\82Ì\92\86\82Ì Keyword: \81i\83L\81[\83\8f\81[\83h\82Æ\83R\83\8d\83\93\81\82ð\8eè\8a|\82©\82è\82É\89ð\90Í\82µ\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:56px; margin-top:8176px; width:448px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text8_10" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:64px; margin-top:8182px; line-height:15px; white-space:nowrap">\r
-'***********************************************************************<BR/>\r
-'* Function: SampleFunction<BR/>\r
-'***********************************************************************</DIV>\r
-<DIV id="text8_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:64px; margin-top:8237px; line-height:15px; white-space:nowrap">\r
-\81\8aÖ\90\94\82É\8aÖ\82·\82é\83h\83L\83\85\83\81\83\93\83g\82Æ\82µ\82Ä\92\8a\8fo\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text8_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:145px; margin-top:8254px; line-height:15px; white-space:nowrap">\r
-<A href="http://www.naturaldocs.org/documenting/walkthrough.html#OurFirstFunction" target="_blank">\r
-\81¨ Documenting Your Code - Walkthrough - Natural Docs (Web)</A></DIV>\r
-<DIV id="text8_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:54px; margin-top:8326px; line-height:15px; white-space:nowrap">\r
-<A href="http://www.naturaldocs.org/" target="_blank">\r
-\81¨ Natural Docs (Web)</A></DIV>\r
-<DIV id="text8_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:253px; margin-top:8326px; line-height:15px; white-space:nowrap">\r
-\82à\95K\97v\82Å\82·\81B</DIV>\r
-<DIV id="text8_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:8296px; line-height:15px; white-space:nowrap">\r
-\83C\83\93\83X\83g\81[\83\8b</DIV>\r
-<DIV id="text8_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:222px; margin-top:8326px; line-height:15px; white-space:nowrap">\r
-perl</DIV>\r
-<DIV id="text8_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:8365px; line-height:15px; white-space:nowrap">\r
-\93®\82©\82µ\95û</DIV>\r
-<DIV id="text8_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:61px; margin-top:8408px; line-height:15px; white-space:nowrap">\r
-<A href="..\vbslib.files\vbslib_43.html#MakeDocumentByNaturalDocs">\r
-\81¨ MakeDocumentByNaturalDocs \8aÖ\90\94</A></DIV>\r
-<DIV id="text8_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:61px; margin-top:8390px; line-height:15px; white-space:nowrap">\r
-<A href="..\vbslib.files\vbslib_04.html#NaturalDocs_sth">\r
-\81¨ NaturalDocs \83R\83}\83\93\83h</A></DIV>\r
-<DIV id="text8_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:82px; margin-top:8446px; line-height:15px; white-space:nowrap">\r
-<A href="#nd_vb_function">\r
-\81¨ \8aÖ\90\94</A></DIV>\r
-<DIV id="text8_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:8446px; line-height:15px; white-space:nowrap">\r
-\8f\91\82«\95û</DIV>\r
-<DIV id="text8_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:148px; margin-top:8446px; line-height:15px; white-space:nowrap">\r
-<A href="#nd_vb_class">\r
-\81¨ \83N\83\89\83X</A></DIV>\r
-<DIV id="text8_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:219px; margin-top:8446px; line-height:15px; white-space:nowrap">\r
-<A href="#nd_vb_file">\r
-\81¨ \83t\83@\83C\83\8b</A></DIV>\r
-<DIV id="text8_24" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:8509px; line-height:15px; white-space:nowrap">\r
-\8eQ\8dl</DIV>\r
-<DIV id="text8_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:69px; margin-top:8509px; line-height:15px; white-space:nowrap">\r
-\81¨ Natural Docs</DIV>\r
-<DIV id="text8_26" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:364px; margin-top:8446px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_02.html#nd_vb_var">\r
-\81¨ \95Ï\90\94</A></DIV>\r
-<DIV id="text8_27" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:301px; margin-top:8446px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_02.html#nd_vb_const">\r
-\81¨ \92è\90\94</A></DIV>\r
-<DIV id="text8_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:8477px; line-height:15px; white-space:nowrap">\r
-\83T\83\93\83v\83\8b</DIV>\r
-<DIV id="text8_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:90px; margin-top:8477px; line-height:15px; white-space:nowrap">\r
-\81¨ Samples\NaturalDocsSample.vbs</DIV>\r
-\r
-<v:line from="0,8022" to="556,8022"/>\r
-<v:line from="556,8022" to="556,8556"/>\r
-<v:line from="556,8556" to="0,8556"/>\r
-<v:line from="0,8556" to="0,8022"/>\r
-\r
-</PAGE>\r
\r
-<!-- page 9 --> \r
-<PAGE>\r
-<A id="svgcats_vml_p9" class="to_tree" style="margin-top:8561px;" onClick="selectTreeElem( '9' );">\81©</A>\r
-<A href="#svgcats_vml_p10" class="to_next_page" style="margin-top:8561px;">\81¥</A>\r
-<A href="#svgcats_vml_p8" class="to_prev_page" style="margin-top:8561px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:8572px; width:521px; height:382px;" fillcolor="white"/>\r
-<DIV id="text9_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:8589px; line-height:15px; white-space:nowrap">\r
-<A name="nd_vb_file">\r
-\83t\83@\83C\83\8b\82Ì\83R\83\81\83\93\83g</A></DIV>\r
-<v:rect style="position:absolute; margin-left:41px; margin-top:8627px; width:448px; height:295px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text9_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:49px; margin-top:8633px; line-height:15px; white-space:nowrap">\r
-'***********************************************************************<BR/>\r
-'* File: Sample.vbs<BR/>\r
-'*&nbsp; &nbsp; \90à\96¾<BR/>\r
-'*<BR/>\r
-'* - $Rev: $<BR/>\r
-'* - $Date::&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$<BR/>\r
-'*<BR/>\r
-'*<BR/>\r
-'* Call tree:<BR/>\r
-'* - &lt;Main&gt;<BR/>\r
-'* - | &lt;SampleFunction&gt;<BR/>\r
-'* - | | &lt;SubSub&gt;<BR/>\r
-'*<BR/>\r
-'* Data structure:<BR/>\r
-'* - &lt;SampleClass&gt;<BR/>\r
-'* - | &lt;ChildClass&gt; .Child<BR/>\r
-'* - | | &lt;GrandChildClass&gt; .GrandChild<BR/>\r
-'* - | | | &lt;ListClass&gt; &lt; &lt;ElementClass&gt; &gt; .Elements<BR/>\r
-'***********************************************************************</DIV>\r
-<DIV id="text9_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:392px; margin-top:8589px; line-height:15px; white-space:nowrap">\r
-<A href="#VbsNaturalDocs">\r
-&lt;&lt; Natural Docs</A></DIV>\r
-\r
-<v:line from="0,8572" to="521,8572"/>\r
-<v:line from="521,8572" to="521,8954"/>\r
-<v:line from="521,8954" to="0,8954"/>\r
-<v:line from="0,8954" to="0,8572"/>\r
-\r
-</PAGE>\r
\r
-<!-- page 10 --> \r
-<PAGE>\r
-<A id="svgcats_vml_p10" class="to_tree" style="margin-top:8959px;" onClick="selectTreeElem( '10' );">\81©</A>\r
-<A href="#svgcats_vml_p11" class="to_next_page" style="margin-top:8959px;">\81¥</A>\r
-<A href="#svgcats_vml_p9" class="to_prev_page" style="margin-top:8959px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:8970px; width:623px; height:904px;" fillcolor="white"/>\r
-<DIV id="text10_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:8987px; line-height:15px; white-space:nowrap">\r
-<A name="nd_vb_function">\r
-\8aÖ\90\94\82Ì\83R\83\81\83\93\83g</A></DIV>\r
-<v:rect style="position:absolute; margin-left:41px; margin-top:9084px; width:550px; height:355px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text10_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:49px; margin-top:9090px; line-height:15px; white-space:nowrap">\r
-'***********************************************************************<BR/>\r
-'* Function: SampleFunction<BR/>\r
-'*&nbsp; &nbsp; UTF-8 \8c`\8e®\82È\82ç\81A\93ú\96{\8cê\82à\8f\91\82¯\82Ü\82·\81B(vbslib \94Å\82Å\82Í Shift-JIS \82© BOM \95t\82«\8ae\8eí Unicode)<BR/>\r
-'*<BR/>\r
-'* Arguments:<BR/>\r
-'*&nbsp; &nbsp; in_Source&nbsp; &nbsp; &nbsp; &nbsp;- Source as &lt;char*&gt;.<BR/>\r
-'*&nbsp; &nbsp; out_Destination - Destination as &lt;char*&gt;.<BR/>\r
-'*<BR/>\r
-'* Return Value:<BR/>\r
-'*&nbsp; &nbsp; Error Code. 0=No Error.<BR/>\r
-'*<BR/>\r
-'* Example:<BR/>\r
-'*&nbsp; &nbsp; &gt; '// Case of ...<BR/>\r
-'*&nbsp; &nbsp; &gt; Assert&nbsp; object.SampleFunction( "src.txt", "dst.txt" ) = "src_dst.txt"<BR/>\r
-'*<BR/>\r
-'* Description:<BR/>\r
-'*&nbsp; &nbsp; The output from &lt;SampleFunction&gt;.<BR/>\r
-'*<BR/>\r
-'* Name Space:<BR/>\r
-'*&nbsp; &nbsp; SampleClass::SampleFunction<BR/>\r
-'***********************************************************************<BR/>\r
-Function&nbsp; SampleFunction( in_Source, out_Destination )<BR/>\r
-End Function</DIV>\r
-<DIV id="text10_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:392px; margin-top:8987px; line-height:15px; white-space:nowrap">\r
-<A href="#VbsNaturalDocs">\r
-&lt;&lt; Natural Docs</A></DIV>\r
-<DIV id="text10_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:40px; margin-top:9461px; line-height:15px; white-space:nowrap">\r
-/* \82Ì\8cã\82Ì &lt;Keyword&gt;: \82ª\81A\8c\9f\8fo\91Î\8fÛ\82É\82È\82è\82Ü\82·\81B <BR/>\r
-&lt;Keyword&gt;: \82Ì\8e\9f\82Ì\8ds\82Í\81A\90à\96¾\95\82É\82È\82è\82Ü\82·\81B<BR/>\r
-Function \82Ì\8d\82É * \82ª\96³\82¢\82Æ\81A/** \82Å\82Í\83_\83\81\82Å\82·\81B /**//* \82à\83_\83\81\82Å\82·\81B<BR/>\r
-: \82Ì\91O\82É\8bó\94\92\82ð\93ü\82ê\82é\82±\82Æ\82Í\82Å\82«\82Ü\82¹\82ñ\81B <BR/>\r
-<BR/>\r
-\82Q\82Â\96Ú\88È\8d~\82Ì &lt;SubKeyword&gt;: \82Ì &lt;SubKeyword&gt; \82Í\81A\8e©\97R\82É\95t\82¯\82ç\82ê\82Ü\82·\81B<BR/>\r
-- \82ð\95t\82¯\82é\82Æ\81A\8e¯\95Ê\8eq - \90à\96¾ \82É\82È\82è\82Ü\82·\81B<BR/>\r
-&lt;SubKeyword&gt;: \82Ì\8cã\82Í\89ü\8ds\82ª\95K\97v\82Å\82·\81B<BR/>\r
-&lt;SubKeyword&gt;: \82Ì\91O\82Ì\8ds\82É\8bó\8ds\81i*\82Í\82 \82Á\82Ä\82à\82æ\82¢\81j\82ª\95K\97v\82Å\82·\81B</DIV>\r
-<DIV id="text10_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:40px; margin-top:9653px; line-height:15px; white-space:nowrap">\r
-\83w\83b\83_\81[\82É\8a®\91S\82È\83R\83\81\83\93\83g\82ð\8f\91\82­\82Æ\82«\81A\83\\81[\83X\82É\82Í\88È\89º\82Ì\82æ\82¤\82É\82·\82é\82Æ\81A<BR/>\r
-\8e¯\95Ê\8eq\82ª\8fd\95¡\82·\82é\82±\82Æ\82ª\82È\82­\82È\82è\82Ü\82·\81B Implement: \82Í\81ANaturalDocs \82Å\82Í<BR/>\r
-\96³\8e\8b\82µ\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:44px; margin-top:9713px; width:448px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text10_6" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:52px; margin-top:9719px; line-height:15px; white-space:nowrap">\r
-'***********************************************************************<BR/>\r
-'* Implement: SampleFunction<BR/>\r
-'***********************************************************************</DIV>\r
-<v:rect style="position:absolute; margin-left:44px; margin-top:9817px; width:112px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text10_7" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:52px; margin-top:9824px; line-height:13px; white-space:nowrap">\r
-'* Group: Colors</DIV>\r
-<DIV id="text10_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:40px; margin-top:9793px; line-height:15px; white-space:nowrap">\r
-\95¡\90\94\82Ì\8aÖ\90\94\82É\91Î\82µ\82Ä\83O\83\8b\81[\83v\96¼\82ð\95t\82¯\82é\82±\82Æ\82ª\82Å\82«\82Ü\82·\81B</DIV>\r
-<DIV id="text10_9" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:67px; margin-top:9256px; line-height:13px; white-space:nowrap">\r
-Example:</DIV>\r
-<DIV id="text10_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:40px; margin-top:9617px; line-height:15px; white-space:nowrap">\r
-\83T\83\93\83v\83\8b\82Í\8aT\94O\82ð\97\9d\89ð\82·\82é\82Ì\82É\8dÅ\82à\8fd\97v\82Å\82·\81\8bï\91Ì\93I\82È\97á\82Æ\82È\82é\92l\82ð\8f\91\82¢\82Ä\82­\82¾\82³\82¢\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:41px; margin-top:9018px; width:448px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text10_11" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:49px; margin-top:9024px; line-height:15px; white-space:nowrap">\r
-'***********************************************************************<BR/>\r
-'* Function: SampleFunction<BR/>\r
-'***********************************************************************</DIV>\r
-\r
-<v:line from="0,8970" to="623,8970"/>\r
-<v:line from="623,8970" to="623,9874"/>\r
-<v:line from="623,9874" to="0,9874"/>\r
-<v:line from="0,9874" to="0,8970"/>\r
-\r
-</PAGE>\r
\r
-<!-- page 11 --> \r
-<PAGE>\r
-<A id="svgcats_vml_p11" class="to_tree" style="margin-top:9879px;" onClick="selectTreeElem( '11' );">\81©</A>\r
-<A href="vbs_memo_02.html#svgcats_vml_p12" class="to_next_page" style="margin-top:9879px;">\81¥</A>\r
-<A href="#svgcats_vml_p10" class="to_prev_page" style="margin-top:9879px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:9890px; width:522px; height:869px;" fillcolor="white"/>\r
-<v:rect style="position:absolute; margin-left:41px; margin-top:9969px; width:448px; height:655px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text11_1" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:49px; margin-top:9975px; line-height:15px; white-space:nowrap">\r
-'***********************************************************************<BR/>\r
-'* Class: SampleClass<BR/>\r
-'*&nbsp; &nbsp; This is a SampleClass. This line can be deleted.<BR/>\r
-'***********************************************************************<BR/>\r
-Class&nbsp; SampleClass<BR/>\r
-<BR/>\r
-&nbsp; &nbsp; '* Var: Duration_msec<BR/>\r
-&nbsp; &nbsp; &nbsp; &nbsp; '* See "TimerClass".<BR/>\r
-&nbsp; &nbsp; &nbsp; &nbsp; Public&nbsp; Duration_msec<BR/>\r
-<BR/>\r
-&nbsp; &nbsp; '* Var: Reserved<BR/>\r
-&nbsp; &nbsp; &nbsp; &nbsp; Public&nbsp; Reserved<BR/>\r
-<BR/>\r
-&nbsp; &nbsp; '--------------------------------------------------------<BR/>\r
-&nbsp; &nbsp; '* Group: Colors<BR/>\r
-<BR/>\r
-&nbsp; &nbsp; '* Var: m_Color<BR/>\r
-&nbsp; &nbsp; &nbsp; &nbsp; Private&nbsp; m_Color<BR/>\r
-<BR/>\r
-'***********************************************************************<BR/>\r
-'* Method: Open<BR/>\r
-'*<BR/>\r
-'* Name Space:<BR/>\r
-'*&nbsp; &nbsp; SampleClass::Open<BR/>\r
-'***********************************************************************<BR/>\r
-Public Sub&nbsp; Open()<BR/>\r
-End Sub<BR/>\r
-<BR/>\r
-<BR/>\r
-'***********************************************************************<BR/>\r
-'* Property: Title<BR/>\r
-'*<BR/>\r
-'* Name Space:<BR/>\r
-'*&nbsp; &nbsp; SampleClass::Title<BR/>\r
-'***********************************************************************<BR/>\r
-Public Property Get&nbsp; Title()<BR/>\r
-&nbsp; &nbsp; Title = ""<BR/>\r
-End Property<BR/>\r
-<BR/>\r
-<BR/>\r
-'* Section: End_of_Class<BR/>\r
-End Class</DIV>\r
-<DIV id="text11_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:9907px; line-height:15px; white-space:nowrap">\r
-<A name="nd_vb_class">\r
-\83N\83\89\83X\82Ì\83R\83\81\83\93\83g</A></DIV>\r
-<DIV id="text11_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:392px; margin-top:9907px; line-height:15px; white-space:nowrap">\r
-<A href="#VbsNaturalDocs">\r
-&lt;&lt; Natural Docs</A></DIV>\r
-<DIV id="text11_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:46px; margin-top:10635px; line-height:15px; white-space:nowrap">\r
-Var \82Ì\92¼\8cã\82Í\81A\95Ï\90\94\96¼\81\82½\82¾\82µ\81A\8c\9f\8dõ\91Î\8fÛ\82Å\82Í\82È\82¢\81B<BR/>\r
-\90à\96¾\82ð\8f\91\82­\82Æ\82«\82Í\81A\8e\9f\82Ì\8ds\82É\8f\91\82­\82±\82Æ\81\90à\96¾\82Ì\8ds\82Í\81A\82È\82­\82Ä\82à\82æ\82¢\81B</DIV>\r
-<DIV id="text11_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:46px; margin-top:10679px; line-height:15px; white-space:nowrap">\r
-Class \82Ì\83X\83R\81[\83v\82ð\8fI\97¹\82·\82é\82Æ\82«\82Í\81A\88È\89º\82Ì\82æ\82¤\82É\8bL\8fq\82µ\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:57px; margin-top:10702px; width:124px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text11_6" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:65px; margin-top:10709px; line-height:13px; white-space:nowrap">\r
-'* Section: Global</DIV>\r
-<DIV id="text11_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:176px; margin-top:10273px; line-height:15px; white-space:nowrap">\r
-<A href="#nd_vb_function">\r
-\81¨ \8aÖ\90\94\82Ì\83R\83\81\83\93\83g</A></DIV>\r
-<DIV id="text11_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:43px; margin-top:9937px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_10.html#class">\r
-\81¨ \83N\83\89\83X</A></DIV>\r
-\r
-<v:line from="0,9890" to="522,9890"/>\r
-<v:line from="522,9890" to="522,10759"/>\r
-<v:line from="522,10759" to="0,10759"/>\r
-<v:line from="0,10759" to="0,9890"/>\r
+<v:line from="0,8940" to="553,8940"/>\r
+<v:line from="553,8940" to="553,10493"/>\r
+<v:line from="553,10493" to="0,10493"/>\r
+<v:line from="0,10493" to="0,8940"/>\r
 \r
-<DIV style="position:absolute; margin-left:0px; margin-top:10759px;">\r
-<A id="svgcats_vml_p11" class="to_tree" onClick="selectTreeElem( '11' );">\81©</A></DIV>\r
-<DIV style="position:absolute; margin-left:20px; margin-top:10759px;">\r
+<DIV style="position:absolute; margin-left:0px; margin-top:10493px;">\r
+<A id="svgcats_vml_p9" class="to_tree" onClick="selectTreeElem( '9' );">\81©</A></DIV>\r
+<DIV style="position:absolute; margin-left:20px; margin-top:10493px;">\r
 <A id="page_group_bottom" href="vbs_memo_02.html#page_group_top" style="text-decoration:none;">\81«</A></DIV>\r
 </PAGE>\r
  \r