OSDN Git Service

Version 5.91
[vbslib/main.git] / _src / _vbslib manual.files / vbs_memo.files / vbs_memo_06.html
index 3f878fe..b97f826 100644 (file)
@@ -94,208 +94,825 @@ function  out( text ){ text.style.display = "none"; }
 <A href="vbs_memo_05.html#svgcats_vml_p89" class="to_prev_page" style="margin-top:-11px;">\81£</A>\r
 <DIV style="position:absolute; margin-left:20px; margin-top:-16px;">\r
 <A id="page_group_top" href="vbs_memo_05.html#page_group_bottom" style="text-decoration:none;">\81ª</A></DIV>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:0px; width:506px; height:1775px;" fillcolor="white"/>\r
-<DIV id="text90_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:20px; margin-top:18px; line-height:15px; white-space:nowrap">\r
-<A name="fileaxs">\r
-\83t\83@\83C\83\8b\93à\83A\83N\83Z\83X\81i\83e\83L\83X\83g\81j</A></DIV>\r
-<v:rect style="position:absolute; margin-left:44px; margin-top:350px; width:418px; height:160px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text90_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:52px; margin-top:356px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:0px; width:524px; height:525px;" fillcolor="white"/>\r
+<DIV id="text90_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:17px; line-height:15px; white-space:nowrap">\r
+<A name="TextStream_SkipLine">\r
+SkipLine (TextStream)</A></DIV>\r
+<v:rect style="position:absolute; margin-left:26px; margin-top:46px; width:178px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text90_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:34px; margin-top:53px; line-height:13px; white-space:nowrap">\r
+Sub&nbsp; TextStream::SkipLine()</DIV>\r
+<DIV id="text90_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:81px; line-height:15px; white-space:nowrap">\r
+\83e\83L\83X\83g\83X\83g\83\8a\81[\83\80\82ð\82P\8ds\83X\83L\83b\83v\82µ\82Ü\82·\81B</DIV>\r
+<DIV id="text90_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:186px; margin-top:17px; line-height:15px; white-space:nowrap">\r
+<A href="http://msdn.microsoft.com/ja-jp/library/cc428058.aspx" target="_blank">\r
+(Web)</A></DIV>\r
+<DIV id="text90_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:129px; line-height:15px; white-space:nowrap">\r
+<A name="skiplines">\r
+\8ew\92è\82µ\82½\8ds\82Ö\88Ú\93®\82·\82é\83T\83\93\83v\83\8b\81F</A></DIV>\r
+<v:rect style="position:absolute; margin-left:35px; margin-top:151px; width:406px; height:325px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text90_6" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:43px; margin-top:157px; line-height:15px; white-space:nowrap">\r
+&nbsp; path = "a.txt"<BR/>\r
 &nbsp; Set g_fs = WScript.CreateObject( "Scripting.FileSystemObject" )<BR/>\r
-&nbsp; Set file = g_fs.CreateTextFile( path ******, True, False )<BR/>\r
+&nbsp; Set f = g_fs.OpenTextFile( path )<BR/>\r
+<BR/>\r
+&nbsp; Do Until f.AtEndOfStream<BR/>\r
+&nbsp; &nbsp; line = f.ReadLine()<BR/>\r
+&nbsp; &nbsp; If line = "point" Then<BR/>\r
+&nbsp; &nbsp; &nbsp; i_line = f.Line - 1&nbsp; '// \8ds\94Ô\8d\86\82ð\8eæ\93¾\81B(*1)<BR/>\r
+&nbsp; &nbsp; &nbsp; Exit Do<BR/>\r
+&nbsp; &nbsp; End If<BR/>\r
+&nbsp; Loop<BR/>\r
 <BR/>\r
-&nbsp; file.Write "\89ü\8ds\82È\82µ\81B"<BR/>\r
-&nbsp; file.WriteLine "\83t\83@\83C\83\8b= " &amp; path&nbsp; '\8dÅ\8cã\82É 0x0D, 0x0A \82ð\8fo\82µ\82Ü\82·<BR/>\r
-&nbsp; file.WriteBlankLines 1 '\83u\83\89\83\93\83N\8ds\82ð1\8ds\8f\91\82«\8d\9e\82Þ<BR/>\r
+&nbsp; WScript.Echo&nbsp; "i_line = " &amp; i_line <BR/>\r
 <BR/>\r
-&nbsp; file.Close&nbsp; ' \89º\8bL Empty \82Å\82à\83N\83\8d\81[\83Y\82·\82é\82Ì\82Å\95s\97v<BR/>\r
-&nbsp; file = Empty<BR/>\r
+&nbsp; Set f = g_fs.OpenTextFile( path )<BR/>\r
+&nbsp; For i=1 To&nbsp; i_line - 1 : f.SkipLine : Next&nbsp; '// \8ds\82Ö\83W\83\83\83\93\83v<BR/>\r
+<BR/>\r
+&nbsp; WScript.Echo&nbsp; f.ReadLine()&nbsp; '// "point" \82ª\8f\91\82¢\82Ä\82 \82é\8ds<BR/>\r
+<BR/>\r
+&nbsp; f = Empty<BR/>\r
 &nbsp; g_fs = Empty</DIV>\r
-<DIV id="text90_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:327px; line-height:15px; white-space:nowrap">\r
+<DIV id="text90_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:43px; margin-top:486px; line-height:15px; white-space:nowrap">\r
+(*1) ReadLine \82µ\82½\8cã\82È\82Ì\82Å\81Aline \82Ì\8ds\94Ô\8d\86\82Í f.Line \8ds\96Ú\82Å\82Í\82È\82­ f.Line-1 \8ds\96Ú</DIV>\r
+\r
+<v:line from="0,0" to="524,0"/>\r
+<v:line from="524,0" to="524,525"/>\r
+<v:line from="524,525" to="0,525"/>\r
+<v:line from="0,525" to="0,0"/>\r
+\r
+</PAGE>\r
\r
+<!-- page 91 --> \r
+<PAGE>\r
+<A id="svgcats_vml_p91" class="to_tree" style="margin-top:530px;" onClick="selectTreeElem( '91' );">\81©</A>\r
+<A href="#svgcats_vml_p92" class="to_next_page" style="margin-top:530px;">\81¥</A>\r
+<A href="#svgcats_vml_p90" class="to_prev_page" style="margin-top:530px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:541px; width:378px; height:249px;" fillcolor="white"/>\r
+<DIV id="text91_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:558px; line-height:15px; white-space:nowrap">\r
+<A name="TextStream_Line">\r
+Line (TextStream)</A></DIV>\r
+<v:rect style="position:absolute; margin-left:26px; margin-top:587px; width:274px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text91_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:34px; margin-top:594px; line-height:13px; white-space:nowrap">\r
+Property Get&nbsp; TextStream::Line() as integer</DIV>\r
+<DIV id="text91_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:622px; line-height:15px; white-space:nowrap">\r
+\83e\83L\83X\83g\83X\83g\83\8a\81[\83\80\82Ì\8c»\8dÝ\82Ì\8ds\94Ô\8d\86\81B\81i\82P\81`\81j<BR/>\r
+\8e\9f\82É\83A\83N\83Z\83X\82·\82é\8ds\94Ô\8d\86\81B</DIV>\r
+<DIV id="text91_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:175px; margin-top:558px; line-height:15px; white-space:nowrap">\r
+<A href="http://msdn.microsoft.com/ja-jp/library/cc428134.aspx" target="_blank">\r
+(Web)</A></DIV>\r
+<DIV id="text91_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:677px; line-height:15px; white-space:nowrap">\r
+\82P\8ds\96Ú\82ð\83\8a\81[\83h/\83\89\83C\83g\82µ\82½\82ç\81ALine = 2 \82É\82È\82è\82Ü\82·\81B</DIV>\r
+<DIV id="text91_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:701px; line-height:15px; white-space:nowrap">\r
+\83t\83@\83C\83\8b\82Ì\8dÅ\8cã\82Ì\8ds\82ð\83\8a\81[\83h\82µ\82½\82Æ\82«\82Í\81A\81{\82P\82³\82ê\82Ü\82¹\82ñ\81B</DIV>\r
+<DIV id="text91_7" 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:742px; line-height:15px; white-space:nowrap">\r
+\8aÖ\98A</DIV>\r
+<DIV id="text91_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:69px; margin-top:742px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_30.html#GetLineCount">\r
+\81¨ GetLineCount</A></DIV>\r
+\r
+<v:line from="0,541" to="378,541"/>\r
+<v:line from="378,541" to="378,790"/>\r
+<v:line from="378,790" to="0,790"/>\r
+<v:line from="0,790" to="0,541"/>\r
+\r
+</PAGE>\r
\r
+<!-- page 92 --> \r
+<PAGE>\r
+<A id="svgcats_vml_p92" class="to_tree" style="margin-top:795px;" onClick="selectTreeElem( '92' );">\81©</A>\r
+<A href="#svgcats_vml_p93" class="to_next_page" style="margin-top:795px;">\81¥</A>\r
+<A href="#svgcats_vml_p91" class="to_prev_page" style="margin-top:795px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:806px; width:532px; height:628px;" fillcolor="white"/>\r
+<DIV id="text92_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:823px; line-height:15px; white-space:nowrap">\r
+<A name="TextStream_AtEndOfStream">\r
+AtEndOfStream (TextStream)</A></DIV>\r
+<v:rect style="position:absolute; margin-left:26px; margin-top:852px; width:268px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text92_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:34px; margin-top:859px; line-height:13px; white-space:nowrap">\r
+Dim&nbsp; TextStream::AtEndOfStream&nbsp; as boolean</DIV>\r
+<DIV id="text92_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:34px; margin-top:892px; line-height:15px; white-space:nowrap">\r
+\83X\83g\83\8a\81[\83\80\82Ì\8dÅ\8cã\82È\82ç True</DIV>\r
+<DIV id="text92_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:256px; margin-top:823px; line-height:15px; white-space:nowrap">\r
+<A href="http://msdn.microsoft.com/ja-jp/library/cc428128.aspx" target="_blank">\r
+(Web)</A></DIV>\r
+<DIV id="text92_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:34px; margin-top:1310px; line-height:15px; white-space:nowrap">\r
+Shell:Exec \82Å\8bN\93®\82µ\82½\83v\83\8d\83O\83\89\83\80\82©\82ç\8fo\97Í\82³\82ê\82é\95W\8f\80\8fo\97Í\83X\83g\83\8a\81[\83\80\82É<BR/>\r
+\83o\83b\83t\83@\83\8a\83\93\83O\82³\82ê\82½\95\8e\9a\82ª\82È\82¢\82Æ\82«\82Í\81AFalse \82ð\95Ô\82µ\82Ü\82·\81B<BR/>\r
+<BR/>\r
+\95W\8f\80\93ü\97Í\83X\83g\83\8a\81[\83\80\82É\83o\83b\83t\83@\83\8a\83\93\83O\82³\82ê\82½\95\8e\9a\82ª\82È\82¢\82Æ\82«\82Í\81A\91Ò\82¿\8fó\91Ô\82É<BR/>\r
+\93ü\82è\82Ü\82·\81B\89ü\8ds\95\8e\9a\82ª\83o\83b\83t\83@\83\8a\83\93\83O\82³\82ê\81A\89ü\8ds\95\8e\9a\82Ì\91O\82É\95\8e\9a\82ª\93ü\97Í\82³\82ê\82Ä<BR/>\r
+\82¢\82È\82©\82Á\82½\82ç True\81A\95\8e\9a\82ª\93ü\97Í\82³\82ê\82Ä\82¢\82½\82ç False \82ð\95Ô\82µ\82Ü\82·\81B</DIV>\r
+<DIV id="text92_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:34px; margin-top:930px; line-height:15px; white-space:nowrap">\r
+\83t\83@\83C\83\8b\82Ì\8dÅ\8cã\82ª\89ü\8ds\95\8e\9a\82Ì\82Æ\82«\81A\82»\82Ì\89ü\8ds\95\8e\9a\82ð\83\8a\81[\83h\82µ\82½\82ç\81AAtEndOfStream<BR/>\r
+= True \82É\82È\82è\82Ü\82·\81B</DIV>\r
+<v:rect style="position:absolute; margin-left:71px; margin-top:1216px; width:88px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text92_7" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:79px; margin-top:1223px; line-height:13px; white-space:nowrap">\r
+end (Return)</DIV>\r
+<v:rect style="position:absolute; margin-left:197px; margin-top:1216px; width:154px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text92_8" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:205px; margin-top:1222px; line-height:15px; white-space:nowrap">\r
+f.AtEndOfStream = False<BR/>\r
+ReadLine = "end"<BR/>\r
+f.AtEndOfStream = True</DIV>\r
+<DIV id="text92_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:61px; margin-top:1198px; line-height:15px; white-space:nowrap">\r
+\83t\83@\83C\83\8b</DIV>\r
+<DIV id="text92_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:191px; margin-top:1198px; line-height:15px; white-space:nowrap">\r
+\83\81\83\\83b\83h\82Ì\8c\8b\89Ê</DIV>\r
+<DIV id="text92_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:34px; margin-top:1128px; line-height:15px; white-space:nowrap">\r
+\83\8a\81[\83h\82µ\82½\93à\97e\82ª\93ü\82Á\82Ä\82¢\82é\95Ï\90\94\82ª\96³\8cø\82©\82Ç\82¤\82©\82Å\82Í\82È\82­\81A\8dÅ\8cã\82Ì\8ds\82©\82Ç\82¤\82©\82Å\82·\81B<BR/>\r
+\95Ï\90\94 = Null \82É\82µ\82Ä\82¨\82¯\82Î\81A\8bó\8ds\82Å\82 \82é "" \82Æ\88ê\92v\82µ\82Ü\82¹\82ñ\81B<BR/>\r
+\95Ï\90\94 = Empty \82É\82µ\82Ä\82¨\82¯\82Î\81A\8bó\8ds\82Å\82 \82é "" \82Æ\88ê\92v\82µ\82Ü\82·\81B</DIV>\r
+<v:rect style="position:absolute; margin-left:50px; margin-top:1017px; width:184px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text92_12" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:58px; margin-top:1023px; line-height:15px; white-space:nowrap">\r
+Do Until&nbsp; file.AtEndOfStream<BR/>\r
+&nbsp; &nbsp; line = file.ReadLine()<BR/>\r
+Loop</DIV>\r
+<DIV id="text92_13" 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:991px; line-height:15px; white-space:nowrap">\r
+\83T\83\93\83v\83\8b</DIV>\r
+<DIV id="text92_14" 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:1103px; line-height:15px; white-space:nowrap">\r
+\95â\91«</DIV>\r
+\r
+<v:line from="0,806" to="532,806"/>\r
+<v:line from="532,806" to="532,1434"/>\r
+<v:line from="532,1434" to="0,1434"/>\r
+<v:line from="0,1434" to="0,806"/>\r
+\r
+</PAGE>\r
\r
+<!-- page 93 --> \r
+<PAGE>\r
+<A id="svgcats_vml_p93" class="to_tree" style="margin-top:1439px;" onClick="selectTreeElem( '93' );">\81©</A>\r
+<A href="#svgcats_vml_p94" class="to_next_page" style="margin-top:1439px;">\81¥</A>\r
+<A href="#svgcats_vml_p92" class="to_prev_page" style="margin-top:1439px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:1450px; width:314px; height:129px;" fillcolor="white"/>\r
+<DIV id="text93_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:1467px; line-height:15px; white-space:nowrap">\r
+<A name="TextStream_Write">\r
+Write (TextStream)</A></DIV>\r
+<v:rect style="position:absolute; margin-left:26px; margin-top:1496px; width:256px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text93_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:34px; margin-top:1503px; line-height:13px; white-space:nowrap">\r
+Sub&nbsp; TextStream::Write( Text as string )</DIV>\r
+<DIV id="text93_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:1531px; line-height:15px; white-space:nowrap">\r
+\83e\83L\83X\83g\83X\83g\83\8a\81[\83\80\82É\8fo\97Í\82µ\82Ü\82·\81B</DIV>\r
+<DIV id="text93_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:189px; margin-top:1467px; line-height:15px; white-space:nowrap">\r
+<A href="http://msdn.microsoft.com/ja-jp/library/cc428091.aspx" target="_blank">\r
+(Web)</A></DIV>\r
+\r
+<v:line from="0,1450" to="314,1450"/>\r
+<v:line from="314,1450" to="314,1579"/>\r
+<v:line from="314,1579" to="0,1579"/>\r
+<v:line from="0,1579" to="0,1450"/>\r
+\r
+</PAGE>\r
\r
+<!-- page 94 --> \r
+<PAGE>\r
+<A id="svgcats_vml_p94" class="to_tree" style="margin-top:1584px;" onClick="selectTreeElem( '94' );">\81©</A>\r
+<A href="#svgcats_vml_p95" class="to_next_page" style="margin-top:1584px;">\81¥</A>\r
+<A href="#svgcats_vml_p93" class="to_prev_page" style="margin-top:1584px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:1595px; width:342px; height:129px;" fillcolor="white"/>\r
+<DIV id="text94_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:1612px; line-height:15px; white-space:nowrap">\r
+<A name="TextStream_WriteLine">\r
+WriteLine (TextStream)</A></DIV>\r
+<v:rect style="position:absolute; margin-left:26px; margin-top:1641px; width:280px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text94_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:34px; margin-top:1648px; line-height:13px; white-space:nowrap">\r
+Sub&nbsp; TextStream::WriteLine( Text as string )</DIV>\r
+<DIV id="text94_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:1676px; line-height:15px; white-space:nowrap">\r
+\83e\83L\83X\83g\83X\83g\83\8a\81[\83\80\82É\83e\83L\83X\83g\82Æ\89ü\8ds\82ð\8fo\97Í\82µ\82Ü\82·\81B</DIV>\r
+\r
+<v:line from="0,1595" to="342,1595"/>\r
+<v:line from="342,1595" to="342,1724"/>\r
+<v:line from="342,1724" to="0,1724"/>\r
+<v:line from="0,1724" to="0,1595"/>\r
+\r
+</PAGE>\r
\r
+<!-- page 95 --> \r
+<PAGE>\r
+<A id="svgcats_vml_p95" class="to_tree" style="margin-top:1729px;" onClick="selectTreeElem( '95' );">\81©</A>\r
+<A href="#svgcats_vml_p96" class="to_next_page" style="margin-top:1729px;">\81¥</A>\r
+<A href="#svgcats_vml_p94" class="to_prev_page" style="margin-top:1729px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:1740px; width:428px; height:129px;" fillcolor="white"/>\r
+<DIV id="text95_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:1757px; line-height:15px; white-space:nowrap">\r
+<A name="TextStream_WriteBlankLines">\r
+WriteBlankLines (TextStream)</A></DIV>\r
+<DIV id="text95_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:249px; margin-top:1757px; line-height:15px; white-space:nowrap">\r
+<A href="http://msdn.microsoft.com/ja-jp/library/cc428062.aspx" target="_blank">\r
+(Web)</A></DIV>\r
+<v:rect style="position:absolute; margin-left:26px; margin-top:1786px; width:370px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text95_3" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:34px; margin-top:1793px; line-height:13px; white-space:nowrap">\r
+Sub&nbsp; TextStream::WriteBlankLines( LengthOfLine as integer )</DIV>\r
+<DIV id="text95_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:1821px; line-height:15px; white-space:nowrap">\r
+\83e\83L\83X\83g\83X\83g\83\8a\81[\83\80\82É\95¡\90\94\82Ì\89ü\8ds\82ð\8fo\97Í\82µ\82Ü\82·\81B</DIV>\r
+\r
+<v:line from="0,1740" to="428,1740"/>\r
+<v:line from="428,1740" to="428,1869"/>\r
+<v:line from="428,1869" to="0,1869"/>\r
+<v:line from="0,1869" to="0,1740"/>\r
+\r
+</PAGE>\r
\r
+<!-- page 96 --> \r
+<PAGE>\r
+<A id="svgcats_vml_p96" class="to_tree" style="margin-top:1874px;" onClick="selectTreeElem( '96' );">\81©</A>\r
+<A href="#svgcats_vml_p97" class="to_next_page" style="margin-top:1874px;">\81¥</A>\r
+<A href="#svgcats_vml_p95" class="to_prev_page" style="margin-top:1874px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:1885px; width:562px; height:607px;" fillcolor="white"/>\r
+<DIV id="text96_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:1902px; line-height:15px; white-space:nowrap">\r
+<A name="TextStream_exec">\r
+Shell::Exec \82Å\8eÀ\8ds\82·\82é\82Æ\81Apause \82ª\82Å\82«\82È\82¢</A></DIV>\r
+<v:rect style="position:absolute; margin-left:24px; margin-top:2104px; width:502px; height:325px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text96_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:32px; margin-top:2110px; line-height:15px; white-space:nowrap">\r
+'********************************************************************************<BR/>\r
+'&nbsp; &lt;&lt;&lt; [EchoStream] echo supported No vbCRLF &gt;&gt;&gt;<BR/>\r
+'********************************************************************************<BR/>\r
+Dim&nbsp; g_EchoStreamBuf<BR/>\r
+Sub&nbsp; EchoStream( StreamIn, StreamOut )<BR/>\r
+&nbsp; Dim&nbsp; s, c<BR/>\r
+<BR/>\r
+&nbsp; Do Until StreamIn.AtEndOfStream<BR/>\r
+&nbsp; &nbsp; c = StreamIn.Read(1)<BR/>\r
+If g_EchoStreamBuf="\91±\8ds\82·\82é\82É\82Í\89½\82©\83L\81[\82ð\89\9f\82µ\82Ä\82­\82¾\82³\82¢ . . ." Then<BR/>\r
+&nbsp;Stop<BR/>\r
+End If<BR/>\r
+&nbsp; &nbsp; If c &lt;&gt; vbCR and c &lt;&gt; vbLF Then _<BR/>\r
+&nbsp; &nbsp; &nbsp; g_EchoStreamBuf = g_EchoStreamBuf + c<BR/>\r
+&nbsp; &nbsp; If c = vbLF Then<BR/>\r
+&nbsp; &nbsp; &nbsp; WScript.Echo&nbsp; vbCR + g_EchoStreamBuf : g_EchoStreamBuf = ""<BR/>\r
+&nbsp; &nbsp; Else<BR/>\r
+&nbsp; &nbsp; &nbsp; StreamOut.Write&nbsp; c<BR/>\r
+&nbsp; &nbsp; End If<BR/>\r
+&nbsp; Loop<BR/>\r
+End Sub</DIV>\r
+<DIV id="text96_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:24px; margin-top:1940px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_02.html#WScript_Shell_Exec">\r
+Shell::Exec</A></DIV>\r
+<DIV id="text96_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:93px; margin-top:1940px; line-height:15px; white-space:nowrap">\r
+\82Å\8bN\93®\82µ\82½\83R\83}\83\93\83h\83\89\83C\83\93\81E\83v\83\8d\83O\83\89\83\80\82Å\82Í\81A\83o\83b\83`\83t\83@\83C\83\8b\82Ì pause \82ª\90³\82µ\82­</DIV>\r
+<DIV id="text96_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:1957px; line-height:15px; white-space:nowrap">\r
+\93®\82«\82Ü\82¹\82ñ\81B</DIV>\r
+<DIV id="text96_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:1986px; line-height:15px; white-space:nowrap">\r
+WshScriptExec::StdIn.ReadLine \82ð\8cÄ\82Ô\82Æ\81A\89ü\8ds\83R\81[\83h\82ª\93ü\97Í\82³\82ê\82é\82Ü\82Å\96ß\82Á\82Ä\82«\82Ü\82¹\82ñ\81B<BR/>\r
+WshScriptExec::StdIn.AtEndOfStream \82â\81ARead\81AReadAll \82à\82È\82º\82©\96ß\82Á\82Ä\82«\82Ü\82¹\82ñ\81B<BR/>\r
+\82±\82Ì\82½\82ß\81Apause \82Å\95\\8e¦\82³\82ê\82é\81u\91±\82«\82ð\8eÀ\8ds\82·\82é\82Æ\82«\81c\81v\82Ì\83\81\83b\83Z\81[\83W\82Í\95\\8e¦\82³\82ê\82Ü\82¹\82ñ\81B<BR/>\r
+\82P\95\8e\9a\82¸\82Â\95\\8e¦\82µ\82Ä\82à\81A\95\8e\9a\82Ì\8fI\97¹\82ª AtEndOfStream \82Å\94»\92è\82µ\82æ\82¤\82Æ\82·\82é\82Æ\96ß\82Á\82Ä\82±\82È\82­<BR/>\r
+\82È\82é\82Ì\82Å\81A\8eg\82¦\82Ü\82¹\82ñ\81B</DIV>\r
+<DIV id="text96_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:2081px; line-height:15px; white-space:nowrap">\r
+\82P\95\8e\9a\82¸\82Â\95\\8e¦\82·\82é echo \82¾\82ª\81AAtEndOfStream \82Å\8e~\82Ü\82é\82±\82Æ\82Ì\8eÀ\8fØ\83R\81[\83h\81F</DIV>\r
+<DIV id="text96_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:32px; margin-top:2445px; line-height:15px; white-space:nowrap">\r
+2&amp;&gt;1 \82Å\95W\8f\80\83G\83\89\81[\8fo\97Í\82ð\95W\8f\80\8fo\97Í\82É\83\8a\83_\83C\83\8c\83N\83g\82·\82é\82Æ\81A\8e~\82Ü\82ç\82È\82¢\82±\82Æ\82ª\82 \82è\82Ü\82·\81B</DIV>\r
+\r
+<v:line from="0,1885" to="562,1885"/>\r
+<v:line from="562,1885" to="562,2492"/>\r
+<v:line from="562,2492" to="0,2492"/>\r
+<v:line from="0,2492" to="0,1885"/>\r
+\r
+</PAGE>\r
\r
+<!-- page 97 --> \r
+<PAGE>\r
+<A id="svgcats_vml_p97" class="to_tree" style="margin-top:2497px;" onClick="selectTreeElem( '97' );">\81©</A>\r
+<A href="#svgcats_vml_p98" class="to_next_page" style="margin-top:2497px;">\81¥</A>\r
+<A href="#svgcats_vml_p96" class="to_prev_page" style="margin-top:2497px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:2508px; width:609px; height:805px;" fillcolor="white"/>\r
+<DIV id="text97_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:2525px; line-height:15px; white-space:nowrap">\r
+<A name="copy_arg">\r
+\83t\83@\83C\83\8b\83R\83s\81[\82Ì\88ø\90\94</A></DIV>\r
+<DIV id="text97_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:37px; margin-top:2564px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_04.html#FileSystemObject_CopyFile">\r
+CopyFile</A></DIV>\r
+<DIV id="text97_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:99px; margin-top:2564px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#FileSystemObject_CopyFolder">\r
+CopyFolder</A></DIV>\r
+<DIV id="text97_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:176px; margin-top:2564px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#FileSystemObject_MoveFile">\r
+MoveFile</A></DIV>\r
+<DIV id="text97_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:239px; margin-top:2564px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#FileSystemObject_MoveFolder">\r
+MoveFolder</A></DIV>\r
+<DIV id="text97_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:15px; margin-top:2667px; line-height:15px; white-space:nowrap">\r
+CopyFile\81AMoveFile</DIV>\r
+<DIV id="text97_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:161px; margin-top:2731px; line-height:15px; white-space:nowrap">\r
+dst \88ø\90\94</DIV>\r
+<DIV id="text97_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:44px; margin-top:2731px; line-height:15px; white-space:nowrap">\r
+src \88ø\90\94</DIV>\r
+<DIV id="text97_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:44px; margin-top:2759px; line-height:15px; white-space:nowrap">\r
+\83t\83@\83C\83\8b a.txt</DIV>\r
+<DIV id="text97_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:44px; margin-top:2698px; line-height:15px; white-space:nowrap">\r
+\83R\83s\81[\90æ\83t\83H\83\8b\83_&nbsp; C:\dst_folder \82ª\91\8dÝ\82·\82é\82Æ\82«</DIV>\r
+<DIV id="text97_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:301px; margin-top:2731px; line-height:15px; white-space:nowrap">\r
+\93®\8dì</DIV>\r
+<DIV id="text97_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:161px; margin-top:2759px; line-height:15px; white-space:nowrap">\r
+C:\dst_folder</DIV>\r
+<DIV id="text97_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:298px; margin-top:2759px; line-height:15px; white-space:nowrap">\r
+\83G\83\89\81[ 800A0046 \8f\91\82«\8d\9e\82Ý\82Å\82«\82Ü\82¹\82ñ</DIV>\r
+<DIV id="text97_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:161px; margin-top:2782px; line-height:15px; white-space:nowrap">\r
+C:\dst_folder\a.txt</DIV>\r
+<DIV id="text97_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:298px; margin-top:2782px; line-height:15px; white-space:nowrap">\r
+dst_folder \82É a.txt \82ð\83R\83s\81[\82µ\82Ü\82·</DIV>\r
+<DIV id="text97_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:161px; margin-top:2805px; line-height:15px; white-space:nowrap">\r
+C:\dst_folder\b.txt</DIV>\r
+<DIV id="text97_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:298px; margin-top:2805px; line-height:15px; white-space:nowrap">\r
+\83t\83@\83C\83\8b\96¼\82ð b.txt \82É\95Ï\82¦\82Ä\83R\83s\81[\82µ\82Ü\82·</DIV>\r
+<v:line style="position:absolute;" from="29,2752" to="557,2752" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text97_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:15px; margin-top:3019px; line-height:15px; white-space:nowrap">\r
+CopyFolder\81AMoveFolder</DIV>\r
+<v:line style="position:absolute;" from="29,3110" to="568,3110" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text97_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:298px; margin-top:3186px; line-height:15px; white-space:nowrap">\r
+\83G\83\89\81[ 800A004C \83p\83X\82ª\8c©\82Â\82©\82è\82Ü\82¹\82ñ</DIV>\r
+<DIV id="text97_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:161px; margin-top:3186px; line-height:15px; white-space:nowrap">\r
+C:\dst_folder\bb\cc</DIV>\r
+<DIV id="text97_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:298px; margin-top:3140px; line-height:15px; white-space:nowrap">\r
+\83t\83H\83\8b\83_ aa \82ð dst_folder \82Ì\92\86\82É\83R\83s\81[\82µ\82Ü\82·</DIV>\r
+<DIV id="text97_24" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:161px; margin-top:3140px; line-height:15px; white-space:nowrap">\r
+C:\dst_folder\aa</DIV>\r
+<DIV id="text97_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:298px; margin-top:3117px; line-height:15px; white-space:nowrap">\r
+\83t\83H\83\8b\83_ aa \82Ì\93à\97e\82ð dst_folder \82É\83R\83s\81[\82µ\82Ü\82·</DIV>\r
+<DIV id="text97_26" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:161px; margin-top:3117px; line-height:15px; white-space:nowrap">\r
+C:\dst_folder</DIV>\r
+<DIV id="text97_27" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:301px; margin-top:3089px; line-height:15px; white-space:nowrap">\r
+\93®\8dì</DIV>\r
+<DIV id="text97_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:44px; margin-top:3117px; line-height:15px; white-space:nowrap">\r
+\83t\83H\83\8b\83_ aa</DIV>\r
+<DIV id="text97_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:44px; margin-top:3089px; line-height:15px; white-space:nowrap">\r
+src \88ø\90\94</DIV>\r
+<DIV id="text97_30" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:161px; margin-top:3089px; line-height:15px; white-space:nowrap">\r
+dst \88ø\90\94</DIV>\r
+<DIV id="text97_31" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:44px; margin-top:3056px; line-height:15px; white-space:nowrap">\r
+\83R\83s\81[\90æ\83t\83H\83\8b\83_&nbsp; C:\dst_folder \82ª\91\8dÝ\82·\82é\82Æ\82«</DIV>\r
+<DIV id="text97_32" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:318px; margin-top:2564px; line-height:15px; white-space:nowrap">\r
+\82É\8ew\92è\82·\82é\83p\83X\82ª\82Ç\82¤\82È\82Á\82Ä\82¢\82é\82©\82Ç\82¤\82©\82Å\81A</DIV>\r
+<DIV id="text97_33" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:37px; margin-top:2579px; line-height:15px; white-space:nowrap">\r
+\82Ç\82Ì\82æ\82¤\82È\93®\82«\82ð\82·\82é\82©\82ð\82Ü\82Æ\82ß\82Ä\82¢\82Ü\82·\81B</DIV>\r
+<DIV id="text97_34" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:161px; margin-top:2828px; line-height:15px; white-space:nowrap">\r
+C:\dst_folder\c\d.txt</DIV>\r
+<DIV id="text97_35" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:298px; margin-top:2828px; line-height:15px; white-space:nowrap">\r
+\83G\83\89\81[ 800A004C \83p\83X\82ª\8c©\82Â\82©\82è\82Ü\82¹\82ñ</DIV>\r
+<DIV id="text97_36" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:298px; margin-top:3163px; line-height:15px; white-space:nowrap">\r
+\83t\83H\83\8b\83_\96¼\82ð bb \82É\95Ï\82¦\82Ä\83R\83s\81[\82µ\82Ü\82·</DIV>\r
+<DIV id="text97_37" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:161px; margin-top:3163px; line-height:15px; white-space:nowrap">\r
+C:\dst_folder\bb</DIV>\r
+<DIV id="text97_38" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:44px; margin-top:3249px; line-height:15px; white-space:nowrap">\r
+\83\8f\83C\83\8b\83h\83J\81[\83h\82Í\81A\83R\83s\81[\90æ\82É\83}\83b\83`\82µ\82È\82¢\82Æ\82«\82É\8cÀ\82è\8eg\82¦\82Ü\82·\81B<BR/>\r
+\83t\83H\83\8b\83_\96¼\82ð\95Ï\82¦\82é\82±\82Æ\82Í\82Å\82«\82Ü\82¹\82ñ\81B</DIV>\r
+<DIV id="text97_39" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:44px; margin-top:2899px; line-height:15px; white-space:nowrap">\r
+\83\8f\83C\83\8b\83h\83J\81[\83h</DIV>\r
+<DIV id="text97_40" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:161px; margin-top:2899px; line-height:15px; white-space:nowrap">\r
+C:\dst_folder</DIV>\r
+<DIV id="text97_41" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:298px; margin-top:2899px; line-height:15px; white-space:nowrap">\r
+dst_folder \82É\83t\83@\83C\83\8b\82ð\83R\83s\81[\82µ\82Ü\82·<BR/>\r
+\83t\83H\83\8b\83_\82Í\83R\83s\81[\82µ\82Ü\82¹\82ñ</DIV>\r
+<DIV id="text97_42" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:161px; margin-top:2935px; line-height:15px; white-space:nowrap">\r
+C:\dst_folder\c</DIV>\r
+<DIV id="text97_43" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:298px; margin-top:2935px; line-height:15px; white-space:nowrap">\r
+\83G\83\89\81[ 800A004C \83p\83X\82ª\8c©\82Â\82©\82è\82Ü\82¹\82ñ</DIV>\r
+<DIV id="text97_44" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:44px; margin-top:3209px; line-height:15px; white-space:nowrap">\r
+\83\8f\83C\83\8b\83h\83J\81[\83h</DIV>\r
+<DIV id="text97_45" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:161px; margin-top:3209px; line-height:15px; white-space:nowrap">\r
+C:\dst_folder</DIV>\r
+<DIV id="text97_46" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:298px; margin-top:3209px; line-height:15px; white-space:nowrap">\r
+\83t\83H\83\8b\83_\82ð dst_folder \82Ì\92\86\82É\83R\83s\81[\82µ\82Ü\82·</DIV>\r
+<DIV id="text97_47" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:125px; margin-top:2604px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_23.html#copy">\r
+copy</A></DIV>\r
+<DIV id="text97_48" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:37px; margin-top:2604px; line-height:15px; white-space:nowrap">\r
+\82È\82¨\81Avbslib \82Ì<BR/>\r
+\82 \82è\82Ü\82¹\82ñ\81B</DIV>\r
+<DIV id="text97_49" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:156px; margin-top:2604px; line-height:15px; white-space:nowrap">\r
+\82Í\81A\8ew\92è\82µ\82½\83p\83X\82ª\82Ç\82¤\82È\82Á\82Ä\82¢\82é\82©\82Ç\82¤\82©\82É\82æ\82Á\82Ä\93®\82«\82ª\95Ï\82í\82é\82±\82Æ\82Í</DIV>\r
+<DIV id="text97_50" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:227px; margin-top:2971px; line-height:12px; white-space:nowrap">\r
+src \82É\83\8f\83C\83\8b\83h\83J\81[\83h\82ª\82 \82é\82Æ\82«\82Í\81Adst \82Í\83t\83H\83\8b\83_\81[\82Æ\82µ\82Ä\8f\88\97\9d\82µ\82Ü\82·\81B</DIV>\r
+<DIV id="text97_51" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:214px; margin-top:2854px; line-height:13px; white-space:nowrap">\r
+dst \82ª\83t\83H\83\8b\83_\81[\82Æ\82µ\82Ä\91\8dÝ\82·\82é\82Æ\82«\82Í\81A\82»\82Ì\83t\83H\83\8b\83_\81[\82Ì\92\86\82É\83R\83s\81[\82µ\82Ü\82·\81B<BR/>\r
+\82»\82¤\82Å\82È\82¢\82Æ\82«\82Í\81Adst \82ª\83t\83@\83C\83\8b\82Æ\82µ\82Ä\8f\88\97\9d\82µ\82Ü\82·\81B</DIV>\r
+\r
+<v:line from="0,2508" to="609,2508"/>\r
+<v:line from="609,2508" to="609,3313"/>\r
+<v:line from="609,3313" to="0,3313"/>\r
+<v:line from="0,3313" to="0,2508"/>\r
+\r
+</PAGE>\r
\r
+<!-- page 98 --> \r
+<PAGE>\r
+<A id="svgcats_vml_p98" class="to_tree" style="margin-top:3318px;" onClick="selectTreeElem( '98' );">\81©</A>\r
+<A href="#svgcats_vml_p99" class="to_next_page" style="margin-top:3318px;">\81¥</A>\r
+<A href="#svgcats_vml_p97" class="to_prev_page" style="margin-top:3318px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:3329px; width:735px; height:1331px;" fillcolor="white"/>\r
+<v:rect style="position:absolute; margin-left:33px; margin-top:3396px; width:322px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text98_1" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:41px; margin-top:3402px; line-height:15px; white-space:nowrap">\r
+Set fs = CreateObject("Scripting.FileSystemObject")<BR/>\r
+fs.CopyFolder "public", "dst\public", True<BR/>\r
+Set fs = Nothing</DIV>\r
+<DIV id="text98_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:20px; margin-top:3369px; line-height:15px; white-space:nowrap">\r
+<A name="folder_copy">\r
+\83t\83H\83\8b\83_\82ð\83R\83s\81[\82·\82é</A></DIV>\r
+<v:line style="position:absolute;" from="204,3434" to="309,3481" strokecolor="#008040" strokeweight="2pt"/>\r
+<v:oval style="position:absolute; margin-left:200px; margin-top:3430px; width:7px; height:7px;" fillcolor="#008040" strokecolor="#008040" strokeweight="2pt"/>\r
+<v:rect style="position:absolute; margin-left:190px; margin-top:3465px; width:237px; height:31px;" fillcolor="#FFFFFF" strokecolor="#FFFFFF" strokeweight="1pt"/>\r
+<DIV id="text98_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:194px; margin-top:3467px; line-height:14px; white-space:nowrap">\r
+\90V\82µ\82­\82Å\82«\82é\83t\83H\83\8b\83_\96¼<BR/>\r
+\82Ü\82½\82Í\81A\8fã\8f\91\82«\82·\82é\83t\83H\83\8b\83_\96¼\82Ü\82Å\8aÜ\82ß\82é</DIV>\r
+<v:rect style="position:absolute; margin-left:33px; margin-top:4107px; width:712px; height:370px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text98_5" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:41px; margin-top:4113px; line-height:15px; white-space:nowrap">\r
+WinCE = "C:\WINCE420"<BR/>\r
+<BR/>\r
+If MsgBox( "coredll\82ð\83C\83\93\83X\83g\81[\83\8b\82µ\82Ü\82·\81B"+Chr(13)+WinCE+"\platform\SG2_VR5500\drivers\ipLib\ipLibCom\ipLib-com.h" _<BR/>\r
+&nbsp; &nbsp; &nbsp;+Chr(13)+WinCE+"\private\WINCEOS\COREOS\CORE\DLL"+Chr(13)+_<BR/>\r
+&nbsp; &nbsp; &nbsp;WinCE+"\public\common\cesysgen\Makefile"+Chr(13)+_<BR/>\r
+&nbsp; &nbsp; &nbsp;"\82ð\8fã\8f\91\82«\82µ\81A"+Chr(13)+_<BR/>\r
+&nbsp; &nbsp; &nbsp;WinCE+"\PLATFORM\SG2_VR5500\INC\ipLibCom.h \82È\82Ç\82ð\8dì\90¬\82µ\82Ü\82·\81B"+Chr(13)+_<BR/>\r
+&nbsp; &nbsp; &nbsp;"\82æ\82ë\82µ\82¢\82Å\82·\82©\81\81i\83h\83\89\83C\83u\82Í\8d\87\82Á\82Ä\82¢\82Ü\82·\82©\81H\81j"+Chr(13)+_<BR/>\r
+&nbsp; &nbsp; &nbsp;"\81i\83\8a\83r\83\8b\83h\82·\82é\82Æ\82«\82â\91¼\82Ì\8aÂ\8b«\82Å\8eg\82¤\82Æ\82«\82Í\81A\83A\83\93\83C\83\93\83X\83g\81[\83\8b\82µ\82Ä\82­\82¾\82³\82¢\81B\81j" ,_<BR/>\r
+&nbsp; &nbsp;vbYesNo + vbExclamation, "\8fã\8f\91\82«\8am\94F" ) = vbYes Then<BR/>\r
+<BR/>\r
+Set fs = CreateObject("Scripting.FileSystemObject")<BR/>\r
+fs.CopyFolder "platform", WinCE+"\platform", TRUE<BR/>\r
+fs.CopyFolder "private", WinCE+"\private", TRUE<BR/>\r
+fs.CopyFolder "public", WinCE+"\public", TRUE<BR/>\r
+Set fs = Nothing<BR/>\r
+<BR/>\r
+Set sh = WScript.CreateObject("WScript.Shell")<BR/>\r
+sh.Run WinCE+"\PLATFORM\SG2_VR5500\DRIVERS\ipLib\ipLib-Headers-maker.vbs",1,True<BR/>\r
+Set sh = Nothing<BR/>\r
+<BR/>\r
+MsgBox "\83C\83\93\83X\83g\81[\83\8b\82ª\8a®\97¹\82µ\82Ü\82µ\82½\81B"<BR/>\r
+<BR/>\r
+End If</DIV>\r
+<v:rect style="position:absolute; margin-left:33px; margin-top:3549px; width:586px; height:505px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text98_6" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:41px; margin-top:3555px; line-height:15px; white-space:nowrap">\r
+Sub main()<BR/>\r
+<BR/>\r
+&nbsp; Set args = WScript.Arguments<BR/>\r
+&nbsp; If args.Count &lt;&gt; 2 Then MsgBox "This is update files copy script" _<BR/>\r
+&nbsp; &nbsp; +vbCR+"ex) WScript.exe xcopy_pb.vbs c:\folder1 c:\folder2", vbOKOnly, "xcopy_pb" : Exit Sub<BR/>\r
+<BR/>\r
+&nbsp; Set fs = CreateObject( "Scripting.FileSystemObject" )<BR/>\r
+&nbsp; Set folder1 = fs.GetFolder( args(0) )<BR/>\r
+&nbsp; Set folder2 = fs.GetFolder( args(1) )<BR/>\r
+<BR/>\r
+&nbsp; For Each file In folder1.Files<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; fname1 = args(0) + "\" + file.Name<BR/>\r
+&nbsp; &nbsp; fname2 = args(1) + "\" + file.Name<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; Set file1 = fs.GetFile( fname1 )<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; On Error Resume Next<BR/>\r
+&nbsp; &nbsp; Set file2 = fs.GetFile( fname2 )<BR/>\r
+&nbsp; &nbsp; On Error Goto 0<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; If IsEmpty( file2 ) Then<BR/>\r
+&nbsp; &nbsp; &nbsp; fs.CopyFile fname1, fname2<BR/>\r
+&nbsp; &nbsp; ElseIf&nbsp; file1.DateLastModified &gt; file2.DateLastModified Then<BR/>\r
+&nbsp; &nbsp; &nbsp; fs.CopyFile fname1, fname2<BR/>\r
+&nbsp; &nbsp; End If<BR/>\r
+<BR/>\r
+&nbsp; Next<BR/>\r
+<BR/>\r
+End Sub<BR/>\r
+<BR/>\r
+<BR/>\r
+main</DIV>\r
+<DIV id="text98_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:21px; margin-top:3522px; line-height:15px; white-space:nowrap">\r
+<A name="copy_new">\r
+\90V\82µ\82¢\83t\83@\83C\83\8b\82Ì\82Ý\83R\83s\81[\82·\82é</A></DIV>\r
+<v:rect style="position:absolute; margin-left:347px; margin-top:3528px; width:188px; height:17px;" fillcolor="#FFFFFF" strokecolor="#FFFFFF" strokeweight="1pt"/>\r
+<DIV id="text98_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:351px; margin-top:3530px; line-height:15px; white-space:nowrap">\r
+\81i\83T\83u\83t\83H\83\8b\83_\82Í\83R\83s\81[\82µ\82Ü\82¹\82ñ\81j</DIV>\r
+\r
+<v:line from="0,3329" to="735,3329"/>\r
+<v:line from="735,3329" to="735,4660"/>\r
+<v:line from="735,4660" to="0,4660"/>\r
+<v:line from="0,4660" to="0,3329"/>\r
+\r
+</PAGE>\r
\r
+<!-- page 99 --> \r
+<PAGE>\r
+<A id="svgcats_vml_p99" class="to_tree" style="margin-top:4665px;" onClick="selectTreeElem( '99' );">\81©</A>\r
+<A href="#svgcats_vml_p100" class="to_next_page" style="margin-top:4665px;">\81¥</A>\r
+<A href="#svgcats_vml_p98" class="to_prev_page" style="margin-top:4665px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:4676px; width:498px; height:1241px;" fillcolor="white"/>\r
+<DIV id="text99_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:5098px; line-height:15px; white-space:nowrap">\r
+<A name="file_list">\r
+\83t\83@\83C\83\8b\88ê\97\97</A></DIV>\r
+<v:rect style="position:absolute; margin-left:48px; margin-top:5164px; width:394px; height:130px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text99_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:56px; margin-top:5170px; line-height:15px; white-space:nowrap">\r
+Dim g_fs, folder, file<BR/>\r
+Set g_fs = WScript.CreateObject( "Scripting.FileSystemObject" )<BR/>\r
+Set folder = g_fs.GetFolder( "C:\folder" )<BR/>\r
+For Each&nbsp; file&nbsp; In&nbsp; folder.Files<BR/>\r
+&nbsp; &nbsp; file.Name,&nbsp; file.Path&nbsp; '// \82±\82±\82É\8f\88\97\9d\82ð\8f\91\82­<BR/>\r
+Next<BR/>\r
+folder = Empty<BR/>\r
+g_fs = Empty</DIV>\r
+<v:rect style="position:absolute; margin-left:47px; margin-top:5389px; width:394px; height:130px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text99_3" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:55px; margin-top:5395px; line-height:15px; white-space:nowrap">\r
+Dim g_fs, folder, sub_folder<BR/>\r
+Set g_fs = WScript.CreateObject( "Scripting.FileSystemObject" )<BR/>\r
+Set folder = g_fs.GetFolder( "C:\folder" )<BR/>\r
+For Each&nbsp; sub_folder&nbsp; In&nbsp; folder.SubFolders<BR/>\r
+&nbsp; &nbsp; sub_folder.Name,&nbsp; sub_folder.Path&nbsp; '// \82±\82±\82É\8f\88\97\9d\82ð\8f\91\82­<BR/>\r
+Next<BR/>\r
+folder = Empty<BR/>\r
+g_fs = Empty</DIV>\r
+<DIV id="text99_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:34px; margin-top:5324px; line-height:15px; white-space:nowrap">\r
+<A name="folder_list">\r
+\83T\83u\83t\83H\83\8b\83_\88ê\97\97 \81i\82P\92i\89º\82Ì\82Ý\81j</A></DIV>\r
+<v:rect style="position:absolute; margin-left:47px; margin-top:5567px; width:334px; height:205px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text99_5" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:55px; margin-top:5573px; line-height:15px; white-space:nowrap">\r
+Dim g_fs<BR/>\r
+Set g_fs = CreateObject("Scripting.FileSystemObject")<BR/>\r
+EnumSubFolders_&nbsp; g_fs.GetFolder( "C:\folder" )<BR/>\r
+<BR/>\r
+Sub&nbsp; EnumSubFolders_( folder )<BR/>\r
+&nbsp; &nbsp; Dim file, sub_folder<BR/>\r
+&nbsp; &nbsp; For Each&nbsp; file&nbsp; In&nbsp; folder.Files<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; echo&nbsp; file.Path&nbsp; '// \82±\82±\82É\8f\88\97\9d\82ð\8f\91\82­<BR/>\r
+&nbsp; &nbsp; Next<BR/>\r
+&nbsp; &nbsp; For Each&nbsp; sub_folder&nbsp; In&nbsp; folder.SubFolders <BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; EnumSubFolders_&nbsp; sub_folder<BR/>\r
+&nbsp; &nbsp; Next<BR/>\r
+End Sub</DIV>\r
+<DIV id="text99_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:34px; margin-top:5542px; line-height:15px; white-space:nowrap">\r
+<A name="files_list">\r
+\83T\83u\83t\83H\83\8b\83_\82É\82 \82é\83t\83@\83C\83\8b\88ê\97\97 \81i\8dÄ\8bA\81A\83l\83X\83g\81j</A></DIV>\r
+<DIV id="text99_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:47px; margin-top:5797px; line-height:15px; white-space:nowrap">\r
+\83T\83\93\83v\83\8b\81F</DIV>\r
+<v:rect style="position:absolute; margin-left:112px; margin-top:5795px; width:117px; height:18px;" fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text99_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:120px; margin-top:5797px; line-height:15px; white-space:nowrap">\r
+SubFolders.vbs.lzh</DIV>\r
+<DIV id="text99_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:63px; margin-top:5818px; line-height:15px; white-space:nowrap">\r
+\83T\83u\83t\83H\83\8b\83_\82Ì\82·\82×\82Ä\82Ì\83t\83@\83C\83\8b\82É\83R\83}\83\93\83h\82ð\8eÀ\8ds\82µ\81A<BR/>\r
+\95W\8f\80\8fo\97Í\82ð\83t\83@\83C\83\8b\82É\8fo\97Í\82µ\82Ü\82·\81B</DIV>\r
+<DIV id="text99_10" 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:4734px; line-height:15px; white-space:nowrap">\r
+<A name="file_exist">\r
+\83t\83@\83C\83\8b\82Ì\91\8dÝ</A></DIV>\r
+<DIV id="text99_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:48px; margin-top:5122px; line-height:15px; white-space:nowrap">\r
+\83t\83H\83\8b\83_\82Ì\92\86\82É\82 \82é\83t\83@\83C\83\8b\82Ì\88ê\97\97\82Å\82·\81B<BR/>\r
+\83t\83H\83\8b\83_\82Ì\92\86\82Ì\83t\83H\83\8b\83_\82É\82Â\82¢\82Ä\82Í\81A</DIV>\r
+<DIV id="text99_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:262px; margin-top:5137px; line-height:15px; white-space:nowrap">\r
+<A href="#folder_list">\r
+\81¨ \83T\83u\83t\83H\83\8b\83_\88ê\97\97 \81i\82P\92i\89º\82Ì\82Ý\81j</A></DIV>\r
+<DIV id="text99_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:55px; margin-top:5350px; line-height:15px; white-space:nowrap">\r
+\83t\83H\83\8b\83_\82Ì\92\86\82É\82 \82é\83t\83H\83\8b\83_\82Ì\88ê\97\97\82Å\82·\81B<BR/>\r
+\83t\83H\83\8b\83_\82Ì\92\86\82Ì\83t\83@\83C\83\8b\82É\82Â\82¢\82Ä\82Í\81A</DIV>\r
+<DIV id="text99_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:270px; margin-top:5365px; line-height:15px; white-space:nowrap">\r
+<A href="#file_list">\r
+\81¨ \83t\83@\83C\83\8b\88ê\97\97</A></DIV>\r
+<DIV id="text99_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:30px; margin-top:4694px; line-height:15px; white-space:nowrap">\r
+<A name="file_list">\r
+\83t\83@\83C\83\8b\88ê\97\97\81A\91\8dÝ</A></DIV>\r
+<DIV id="text99_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:48px; margin-top:4768px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#FileSystemObject_FileExists">\r
+\81¨ FileSystemObject::FileExists</A></DIV>\r
+<DIV id="text99_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:48px; margin-top:4789px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#FileSystemObject_FolderExists">\r
+\81¨ FileSystemObject::FolderExists</A></DIV>\r
+<DIV id="text99_18" 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:4843px; line-height:15px; white-space:nowrap">\r
+<A name="open_not_exist">\r
+\91\8dÝ\82µ\82È\82¢\83t\83@\83C\83\8b\82ð\8aJ\82­</A></DIV>\r
+<v:rect style="position:absolute; margin-left:48px; margin-top:4867px; width:418px; height:190px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text99_19" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:56px; margin-top:4873px; line-height:15px; white-space:nowrap">\r
+&nbsp; Dim i<BR/>\r
+&nbsp; For i = 1 To 9999<BR/>\r
+&nbsp; &nbsp; If i&lt;9999 Then On Error Resume Next&nbsp; 'try<BR/>\r
+&nbsp; &nbsp; &nbsp; If i=1 Then : Test_LogFName = "test_log.txt"<BR/>\r
+&nbsp; &nbsp; &nbsp; Else : Test_LogFName = "test_log" &amp; i &amp; ".txt" : End If<BR/>\r
+&nbsp; &nbsp; &nbsp; Set g_log = g_fs.CreateTextFile( Test_LogFName, True, False )<BR/>\r
+&nbsp; &nbsp; e.Copy( Err ) : On Error GoTo 0 : If e.num &lt;&gt; 0 Then&nbsp; 'catch<BR/>\r
+&nbsp; &nbsp; &nbsp; If e.num &lt;&gt; 70 Then&nbsp; e.Raise<BR/>\r
+&nbsp; &nbsp; Else<BR/>\r
+&nbsp; &nbsp; &nbsp; Exit For<BR/>\r
+&nbsp; &nbsp; End If<BR/>\r
+&nbsp; Next</DIV>\r
+<DIV id="text99_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:313px; margin-top:5200px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#folder_obj">\r
+\81¨ Folder \83I\83u\83W\83F\83N\83g</A></DIV>\r
+<DIV id="text99_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:312px; margin-top:5425px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#folder_obj">\r
+\81¨ Folder \83I\83u\83W\83F\83N\83g</A></DIV>\r
+<DIV id="text99_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:88px; margin-top:5869px; line-height:15px; white-space:nowrap">\r
+\81¨ \83t\83@\83C\83\8b\88ê\97\97</DIV>\r
+<DIV id="text99_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:47px; margin-top:5869px; line-height:15px; white-space:nowrap">\r
+\8aÖ\98A</DIV>\r
+\r
+<v:line from="0,4676" to="498,4676"/>\r
+<v:line from="498,4676" to="498,5917"/>\r
+<v:line from="498,5917" to="0,5917"/>\r
+<v:line from="0,5917" to="0,4676"/>\r
+\r
+</PAGE>\r
\r
+<!-- page 100 --> \r
+<PAGE>\r
+<A id="svgcats_vml_p100" class="to_tree" style="margin-top:5922px;" onClick="selectTreeElem( '100' );">\81©</A>\r
+<A href="#svgcats_vml_p101" class="to_next_page" style="margin-top:5922px;">\81¥</A>\r
+<A href="#svgcats_vml_p99" class="to_prev_page" style="margin-top:5922px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:5933px; width:524px; height:1794px;" fillcolor="white"/>\r
+<DIV id="text100_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:20px; margin-top:5951px; line-height:15px; white-space:nowrap">\r
+<A name="fileaxs">\r
+\83t\83@\83C\83\8b\93à\83A\83N\83Z\83X\81i\83e\83L\83X\83g\81j</A></DIV>\r
+<v:rect style="position:absolute; margin-left:44px; margin-top:6283px; width:448px; height:160px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text100_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:52px; margin-top:6289px; line-height:15px; white-space:nowrap">\r
+&nbsp; &nbsp; Set g_fs = WScript.CreateObject( "Scripting.FileSystemObject" )<BR/>\r
+&nbsp; &nbsp; Set file = g_fs.CreateTextFile( path ******, True, False )<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; file.Write&nbsp; "\89ü\8ds\82È\82µ\81B"<BR/>\r
+&nbsp; &nbsp; file.WriteLine "\83t\83@\83C\83\8b= " &amp; path&nbsp; '// \8dÅ\8cã\82É 0x0D, 0x0A \82ð\8fo\82µ\82Ü\82·<BR/>\r
+&nbsp; &nbsp; file.WriteBlankLines 1&nbsp; '// \83u\83\89\83\93\83N\8ds\82ð1\8ds\8f\91\82«\8d\9e\82Þ<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; file.Close&nbsp; '// \95K\97v<BR/>\r
+&nbsp; &nbsp; file = Empty<BR/>\r
+&nbsp; &nbsp; g_fs = Empty</DIV>\r
+<DIV id="text100_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:6260px; line-height:15px; white-space:nowrap">\r
 <A name="txt_write">\r
 \83e\83L\83X\83g\83t\83@\83C\83\8b\82ð\8dì\90¬\82·\82é (Write)</A></DIV>\r
-<v:rect style="position:absolute; margin-left:44px; margin-top:586px; width:406px; height:145px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text90_4" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:52px; margin-top:592px; line-height:15px; white-space:nowrap">\r
-&nbsp; Set g_fs = WScript.CreateObject( "Scripting.FileSystemObject" )<BR/>\r
-&nbsp; Set f = g_fs.OpenTextFile( path ******,,,-2 )<BR/>\r
+<v:rect style="position:absolute; margin-left:44px; margin-top:6519px; width:418px; height:160px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text100_4" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:52px; margin-top:6525px; line-height:15px; white-space:nowrap">\r
+&nbsp; &nbsp; Set g_fs = WScript.CreateObject( "Scripting.FileSystemObject" )<BR/>\r
+&nbsp; &nbsp; Set f = g_fs.OpenTextFile( path ******,,,-2 )<BR/>\r
 <BR/>\r
-&nbsp; Do Until f.AtEndOfStream<BR/>\r
-&nbsp; &nbsp; line = f.ReadLine()&nbsp; ' \89ü\8ds(vbCR+vbLF)\82Í\8aÜ\82Ü\82È\82¢<BR/>\r
-&nbsp; Loop<BR/>\r
+&nbsp; &nbsp; Do Until f.AtEndOfStream<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; line = f.ReadLine()&nbsp; '// \89ü\8ds(vbCR+vbLF)\82Í\8aÜ\82Ü\82È\82¢<BR/>\r
+&nbsp; &nbsp; Loop<BR/>\r
 <BR/>\r
-&nbsp; f = Empty<BR/>\r
-&nbsp; g_fs = Empty</DIV>\r
-<DIV id="text90_5" 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:561px; line-height:15px; white-space:nowrap">\r
+&nbsp; &nbsp; f.Close&nbsp; '// \95K\97v<BR/>\r
+&nbsp; &nbsp; f = Empty<BR/>\r
+&nbsp; &nbsp; g_fs = Empty</DIV>\r
+<DIV id="text100_5" 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:6494px; line-height:15px; white-space:nowrap">\r
 <A name="txt_read">\r
 \83e\83L\83X\83g\83t\83@\83C\83\8b\82Ì\93à\97e\82ð\93Ç\82Þ (Read)</A></DIV>\r
-<v:rect style="position:absolute; margin-left:313px; margin-top:389px; width:130px; height:18px;" fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text90_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:319px; margin-top:391px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:340px; margin-top:6322px; width:130px; height:18px;" fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text100_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:346px; margin-top:6324px; line-height:15px; white-space:nowrap">\r
 \81ª\8fã\8f\91\82«\81A\94ñUnicode</DIV>\r
-<v:rect style="position:absolute; margin-left:45px; margin-top:1180px; width:412px; height:205px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text90_7" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:53px; margin-top:1186px; line-height:15px; white-space:nowrap">\r
-&nbsp; Set&nbsp; g_fs = CreateObject( "Scripting.FileSystemObject" )<BR/>\r
+<v:rect style="position:absolute; margin-left:45px; margin-top:7132px; width:442px; height:205px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text100_7" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:53px; margin-top:7138px; line-height:15px; white-space:nowrap">\r
+&nbsp; &nbsp; Set&nbsp; g_fs = CreateObject( "Scripting.FileSystemObject" )<BR/>\r
 <BR/>\r
-&nbsp; Set f = g_fs.OpenTextFile( read_path1 ****** )<BR/>\r
-&nbsp; t = f.ReadAll<BR/>\r
-&nbsp; f = Empty ' \96³\82­\82Ä\82à\82æ\82¢\81i\83K\83x\81[\83W\83R\83\8c\83N\83^\82Å\83N\83\8d\81[\83Y\82³\82ê\82é\82½\82ß\81j<BR/>\r
+&nbsp; &nbsp; Set f = g_fs.OpenTextFile( read_path1 ****** )<BR/>\r
+&nbsp; &nbsp; t = f.ReadAll<BR/>\r
+&nbsp; &nbsp; f = Empty&nbsp; '// \96³\82­\82Ä\82à\82æ\82¢\81i\83K\83x\81[\83W\83R\83\8c\83N\83^\82Å\83N\83\8d\81[\83Y\82³\82ê\82é\82½\82ß\81j<BR/>\r
 <BR/>\r
-&nbsp; Set f = g_fs.OpenTextFile( read_path2 ****** )<BR/>\r
-&nbsp; t = t + f.ReadAll<BR/>\r
-&nbsp; f = Empty<BR/>\r
+&nbsp; &nbsp; Set f = g_fs.OpenTextFile( read_path2 ****** )<BR/>\r
+&nbsp; &nbsp; t = t + f.ReadAll<BR/>\r
+&nbsp; &nbsp; f = Empty<BR/>\r
 <BR/>\r
-&nbsp; Set f = g_fs.CreateTextFile( write_path ******, True )<BR/>\r
-&nbsp; f.Write&nbsp; t<BR/>\r
-&nbsp; f = Empty</DIV>\r
-<DIV id="text90_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:1160px; line-height:15px; white-space:nowrap">\r
+&nbsp; &nbsp; Set f = g_fs.CreateTextFile( write_path ******, True )<BR/>\r
+&nbsp; &nbsp; f.Write&nbsp; t<BR/>\r
+&nbsp; &nbsp; f = Empty</DIV>\r
+<DIV id="text100_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:7112px; line-height:15px; white-space:nowrap">\r
 <A name="txt_join">\r
 \83e\83L\83X\83g\83t\83@\83C\83\8b\82ð\8c\8b\8d\87\82·\82é</A></DIV>\r
-<DIV id="text90_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:58px; line-height:15px; white-space:nowrap">\r
+<DIV id="text100_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:5991px; line-height:15px; white-space:nowrap">\r
 <A href="#txt_write">\r
 \81¨ \83e\83L\83X\83g\83t\83@\83C\83\8b\82ð\8dì\90¬\82·\82é (Write)</A></DIV>\r
-<DIV id="text90_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:77px; line-height:15px; white-space:nowrap">\r
+<DIV id="text100_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:6010px; line-height:15px; white-space:nowrap">\r
 <A href="#txt_read">\r
 \81¨ \83e\83L\83X\83g\83t\83@\83C\83\8b\82Ì\93à\97e\82ð\93Ç\82Þ (Read)</A></DIV>\r
-<v:rect style="position:absolute; margin-left:257px; margin-top:193px; width:110px; height:18px;" fillcolor="#F8FFB0" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text90_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:265px; margin-top:195px; line-height:15px; white-space:nowrap">\r
-base64.zip (VBS)</DIV>\r
-<DIV id="text90_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:173px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:257px; margin-top:6126px; width:127px; height:18px;" fillcolor="#F8FFB0" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text100_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:265px; margin-top:6128px; line-height:15px; white-space:nowrap">\r
+\81¨ base64.zip (VBS)</DIV>\r
+<DIV id="text100_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:6106px; line-height:15px; white-space:nowrap">\r
 \83o\83C\83i\83\8a\83t\83@\83C\83\8b\82Í\88µ\82¦\82È\82¢\82æ\82¤\82Å\82·\81B</DIV>\r
-<DIV id="text90_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:232px; line-height:15px; white-space:nowrap">\r
+<DIV id="text100_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:6165px; line-height:15px; white-space:nowrap">\r
 CreateTextFile \82Ì\95Ô\82è\92l\82Í\81ATextStream\83I\83u\83W\83F\83N\83g\82Å\82·\81B</DIV>\r
-<DIV id="text90_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:82px; margin-top:196px; line-height:12px; white-space:nowrap">\r
+<DIV id="text100_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:82px; margin-top:6129px; line-height:12px; white-space:nowrap">\r
 ADO\82ÌStream\82ð\8eg\82¦\82Î\82Å\82«\82é\82ç\82µ\82¢</DIV>\r
-<DIV id="text90_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:254px; line-height:15px; white-space:nowrap">\r
+<DIV id="text100_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:6187px; line-height:15px; white-space:nowrap">\r
 <A href="http://msdn.microsoft.com/library/ja/script56/html/jsmthcreateTextFile.asp" target="_blank">\r
 \81¨ CreateTextFile \83\81\83\\83b\83h (Web)</A></DIV>\r
-<DIV id="text90_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:115px; line-height:15px; white-space:nowrap">\r
+<DIV id="text100_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:6048px; line-height:15px; white-space:nowrap">\r
 <A href="#txt_join">\r
 \81¨ \83e\83L\83X\83g\83t\83@\83C\83\8b\82ð\8c\8b\8d\87\82·\82é</A></DIV>\r
-<DIV id="text90_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:276px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_04.html#FileSystemObject_OpenTextFile">\r
+<DIV id="text100_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:6209px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#FileSystemObject_OpenTextFile">\r
 \81¨ FileSystemObject::OpenTextFile</A></DIV>\r
-<v:rect style="position:absolute; margin-left:44px; margin-top:1013px; width:430px; height:115px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text90_18" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:52px; margin-top:1019px; line-height:15px; white-space:nowrap">\r
-&nbsp; Dim g_fs, f<BR/>\r
+<v:rect style="position:absolute; margin-left:44px; margin-top:6965px; width:442px; height:115px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text100_18" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:52px; margin-top:6971px; line-height:15px; white-space:nowrap">\r
+&nbsp; &nbsp; Dim g_fs, f<BR/>\r
 <BR/>\r
-&nbsp; Set g_fs = CreateObject( "Scripting.FileSystemObject" )<BR/>\r
+&nbsp; &nbsp; Set g_fs = CreateObject( "Scripting.FileSystemObject" )<BR/>\r
 <BR/>\r
-&nbsp; Const&nbsp; ForAppending = 8<BR/>\r
-&nbsp; Set f = g_fs.OpenTextFile( path ******, ForAppending, True, False )<BR/>\r
-&nbsp; f.WriteLine&nbsp; "A"</DIV>\r
-<DIV id="text90_19" 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:990px; line-height:15px; white-space:nowrap">\r
+&nbsp; &nbsp; Const&nbsp; ForAppending = 8<BR/>\r
+&nbsp; &nbsp; Set f = g_fs.OpenTextFile( path ******, ForAppending, True, False )<BR/>\r
+&nbsp; &nbsp; f.WriteLine&nbsp; "A"</DIV>\r
+<DIV id="text100_19" 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:6942px; line-height:15px; white-space:nowrap">\r
 <A name="txt_append">\r
 \83e\83L\83X\83g\83t\83@\83C\83\8b\82É\92Ç\8bL\82·\82é (Appending Write)</A></DIV>\r
-<DIV id="text90_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:96px; line-height:15px; white-space:nowrap">\r
+<DIV id="text100_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:6029px; line-height:15px; white-space:nowrap">\r
 <A href="#txt_append">\r
 \81¨ \83e\83L\83X\83g\83t\83@\83C\83\8b\82É\92Ç\8bL\82·\82é (Appending Write)</A></DIV>\r
-<DIV id="text90_21" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:130px; margin-top:653px; line-height:13px; white-space:nowrap">\r
+<DIV id="text100_21" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:154px; margin-top:6586px; line-height:13px; white-space:nowrap">\r
 <A href="vbs_memo_05.html#TextStream_ReadLine">\r
 ReadLine</A></DIV>\r
-<DIV id="text90_22" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:142px; margin-top:608px; line-height:13px; white-space:nowrap">\r
-<A href="vbs_memo_04.html#FileSystemObject_OpenTextFile">\r
+<DIV id="text100_22" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:154px; margin-top:6541px; line-height:13px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#FileSystemObject_OpenTextFile">\r
 OpenTextFile</A></DIV>\r
-<DIV id="text90_23" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:143px; margin-top:1217px; line-height:13px; white-space:nowrap">\r
-<A href="vbs_memo_04.html#FileSystemObject_OpenTextFile">\r
+<DIV id="text100_23" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:155px; margin-top:7169px; line-height:13px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#FileSystemObject_OpenTextFile">\r
 OpenTextFile</A></DIV>\r
-<DIV id="text90_24" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:160px; margin-top:372px; line-height:13px; white-space:nowrap">\r
-<A href="vbs_memo_04.html#FileSystemObject_CreateTextFile">\r
+<DIV id="text100_24" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:172px; margin-top:6305px; line-height:13px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#FileSystemObject_CreateTextFile">\r
 CreateTextFile</A></DIV>\r
-<DIV id="text90_25" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:143px; margin-top:1337px; line-height:13px; white-space:nowrap">\r
-<A href="vbs_memo_04.html#FileSystemObject_CreateTextFile">\r
+<DIV id="text100_25" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:155px; margin-top:7289px; line-height:13px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#FileSystemObject_CreateTextFile">\r
 CreateTextFile</A></DIV>\r
-<v:rect style="position:absolute; margin-left:44px; margin-top:791px; width:406px; height:175px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text90_26" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:52px; margin-top:797px; line-height:15px; white-space:nowrap">\r
-&nbsp; Set g_fs = WScript.CreateObject( "Scripting.FileSystemObject" )<BR/>\r
-&nbsp; Set f = g_fs.OpenTextFile( path ****** )<BR/>\r
+<v:rect style="position:absolute; margin-left:44px; margin-top:6743px; width:418px; height:175px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text100_26" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:52px; margin-top:6749px; line-height:15px; white-space:nowrap">\r
+&nbsp; &nbsp; Set g_fs = WScript.CreateObject( "Scripting.FileSystemObject" )<BR/>\r
+&nbsp; &nbsp; Set f = g_fs.OpenTextFile( path ****** )<BR/>\r
 <BR/>\r
-&nbsp; t = ""<BR/>\r
-&nbsp; On Error Resume Next<BR/>\r
-&nbsp; &nbsp; t = f.ReadAll()<BR/>\r
-&nbsp; en = Err.Number : ed = Err.Description : On Error GoTo 0<BR/>\r
-&nbsp; If en = E_EndOfFile Then&nbsp; en = 0<BR/>\r
-&nbsp; If en &lt;&gt; 0 Then&nbsp; Err.Raise en,,ed<BR/>\r
+&nbsp; &nbsp; t = ""<BR/>\r
+&nbsp; &nbsp; On Error Resume Next<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; t = f.ReadAll()<BR/>\r
+&nbsp; &nbsp; en = Err.Number : ed = Err.Description : On Error GoTo 0<BR/>\r
+&nbsp; &nbsp; If en = E_EndOfFile Then&nbsp; en = 0<BR/>\r
+&nbsp; &nbsp; If en &lt;&gt; 0 Then&nbsp; Err.Raise en,,ed<BR/>\r
 <BR/>\r
-&nbsp; f = Empty </DIV>\r
-<DIV id="text90_27" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:46px; margin-top:772px; line-height:15px; white-space:nowrap">\r
+&nbsp; &nbsp; f = Empty </DIV>\r
+<DIV id="text100_27" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:46px; margin-top:6724px; line-height:15px; white-space:nowrap">\r
 ReadAll \82ð\8eg\82¤\8fê\8d\87</DIV>\r
-<DIV id="text90_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:23px; margin-top:1411px; line-height:15px; white-space:nowrap">\r
+<DIV id="text100_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:23px; margin-top:7378px; line-height:15px; white-space:nowrap">\r
 <A name="txt_rep">\r
 \83e\83L\83X\83g\83t\83@\83C\83\8b\82Ì\88ê\95\94\82ð\92u\82«\8a·\82¦\82é</A></DIV>\r
-<DIV id="text90_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:136px; line-height:15px; white-space:nowrap">\r
+<DIV id="text100_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:6069px; line-height:15px; white-space:nowrap">\r
 <A href="#txt_rep">\r
 \81¨ \83e\83L\83X\83g\83t\83@\83C\83\8b\82Ì\88ê\95\94\82ð\92u\82«\8a·\82¦\82é</A></DIV>\r
-<DIV id="text90_30" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:277px; margin-top:254px; line-height:15px; white-space:nowrap">\r
+<DIV id="text100_30" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:277px; margin-top:6187px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_05.html#TextStream">\r
 \81¨ TextStream</A></DIV>\r
-<v:rect style="position:absolute; margin-left:45px; margin-top:1449px; width:364px; height:295px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text90_31" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:53px; margin-top:1455px; line-height:15px; white-space:nowrap">\r
-&nbsp; Set&nbsp; g_fs = CreateObject( "Scripting.FileSystemObject" )<BR/>\r
-&nbsp; Dim&nbsp; rf, wf, line, src_path, dst_path<BR/>\r
+<v:rect style="position:absolute; margin-left:45px; margin-top:7401px; width:376px; height:295px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text100_31" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:53px; margin-top:7407px; line-height:15px; white-space:nowrap">\r
+&nbsp; &nbsp; Set&nbsp; g_fs = CreateObject( "Scripting.FileSystemObject" )<BR/>\r
+&nbsp; &nbsp; Dim&nbsp; rf, wf, line, src_path, dst_path<BR/>\r
 <BR/>\r
-&nbsp; src_path = folder_path + "\sample.c"<BR/>\r
-&nbsp; dst_path = folder_path + "\sample.c_"<BR/>\r
+&nbsp; &nbsp; src_path = folder_path + "\sample.c"<BR/>\r
+&nbsp; &nbsp; dst_path = folder_path + "\sample.c_"<BR/>\r
 <BR/>\r
-&nbsp; If Not g_fs.FileExists( dst_path ) Then<BR/>\r
-&nbsp; &nbsp; mkdir&nbsp; &nbsp; g_fs.GetParentFolderName( dst_path )<BR/>\r
-&nbsp; &nbsp; Set rf = g_fs.OpenTextFile( src_path )<BR/>\r
-&nbsp; &nbsp; Set wf = g_fs.CreateTextFile( dst_path, True )<BR/>\r
-&nbsp; &nbsp; Do Until rf.AtEndOfStream<BR/>\r
-&nbsp; &nbsp; &nbsp; line = rf.ReadLine()<BR/>\r
-&nbsp; &nbsp; &nbsp; line = Replace( line, "from", "to" )<BR/>\r
-&nbsp; &nbsp; &nbsp; wf.WriteLine&nbsp; line<BR/>\r
-&nbsp; &nbsp; Loop<BR/>\r
-&nbsp; &nbsp; rf = Empty : wf = Empty<BR/>\r
-&nbsp; &nbsp; copy dst_path, src_path<BR/>\r
-&nbsp; &nbsp; del&nbsp; dst_path<BR/>\r
-&nbsp; End If</DIV>\r
-<DIV id="text90_32" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:131px; margin-top:1501px; line-height:13px; white-space:nowrap">\r
+&nbsp; &nbsp; If Not g_fs.FileExists( dst_path ) Then<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; mkdir&nbsp; &nbsp; g_fs.GetParentFolderName( dst_path )<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; Set rf = g_fs.OpenTextFile( src_path )<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; Set wf = g_fs.CreateTextFile( dst_path, True )<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; Do Until rf.AtEndOfStream<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; line = rf.ReadLine()<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; line = Replace( line, "from", "to" )<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; wf.WriteLine&nbsp; line<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; Loop<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; rf = Empty : wf = Empty<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; copy dst_path, src_path<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; del&nbsp; dst_path<BR/>\r
+&nbsp; &nbsp; End If</DIV>\r
+<DIV id="text100_32" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:143px; margin-top:7453px; line-height:13px; white-space:nowrap">\r
 folder_path + "\sample.c"</DIV>\r
-<DIV id="text90_33" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:131px; margin-top:1516px; line-height:13px; white-space:nowrap">\r
+<DIV id="text100_33" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:143px; margin-top:7468px; line-height:13px; white-space:nowrap">\r
 folder_path + "\sample.c_"</DIV>\r
-<DIV id="text90_34" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:275px; margin-top:1636px; line-height:13px; white-space:nowrap">\r
+<DIV id="text100_34" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:311px; margin-top:7588px; line-height:13px; white-space:nowrap">\r
 to</DIV>\r
-<DIV id="text90_35" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:227px; margin-top:1636px; line-height:13px; white-space:nowrap">\r
+<DIV id="text100_35" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:263px; margin-top:7588px; line-height:13px; white-space:nowrap">\r
 from</DIV>\r
-<DIV id="text90_36" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:131px; margin-top:1636px; line-height:13px; white-space:nowrap">\r
-<A href="vbs_memo_09.html#Replace">\r
+<DIV id="text100_36" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:167px; margin-top:7588px; line-height:13px; white-space:nowrap">\r
+<A href="vbs_memo_10.html#Replace">\r
 Replace</A></DIV>\r
-<DIV id="text90_37" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:161px; margin-top:1591px; line-height:13px; white-space:nowrap">\r
-<A href="vbs_memo_04.html#FileSystemObject_CreateTextFile">\r
+<DIV id="text100_37" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:185px; margin-top:7543px; line-height:13px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#FileSystemObject_CreateTextFile">\r
 CreateTextFile</A></DIV>\r
-<DIV id="text90_38" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:161px; margin-top:1576px; line-height:13px; white-space:nowrap">\r
-<A href="vbs_memo_04.html#FileSystemObject_OpenTextFile">\r
+<DIV id="text100_38" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:185px; margin-top:7528px; line-height:13px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#FileSystemObject_OpenTextFile">\r
 OpenTextFile</A></DIV>\r
-<DIV id="text90_39" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:176px; margin-top:772px; line-height:15px; white-space:nowrap">\r
-\81¨ ReadAll</DIV>\r
-<DIV id="text90_40" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:739px; line-height:15px; white-space:nowrap">\r
+<DIV id="text100_39" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:176px; margin-top:6724px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_25.html#ReadAll">\r
+\81¨ ReadAll</A></DIV>\r
+<DIV id="text100_40" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:6691px; line-height:15px; white-space:nowrap">\r
 \8aÖ\98A</DIV>\r
-<DIV id="text90_41" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:88px; margin-top:739px; line-height:15px; white-space:nowrap">\r
-\81¨ OpenForRead (vbslib)</DIV>\r
-<DIV id="text90_42" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:93px; margin-top:519px; line-height:15px; white-space:nowrap">\r
-\81¨ OpenForWrite (vbslib)</DIV>\r
-<DIV id="text90_43" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:519px; line-height:15px; white-space:nowrap">\r
+<DIV id="text100_41" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:88px; margin-top:6691px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_29.html#OpenForRead">\r
+\81¨ OpenForRead (vbslib)</A></DIV>\r
+<DIV id="text100_42" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:93px; margin-top:6452px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_30.html#OpenForWrite">\r
+\81¨ OpenForWrite (vbslib)</A></DIV>\r
+<DIV id="text100_43" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:6452px; line-height:15px; white-space:nowrap">\r
 \8aÖ\98A</DIV>\r
-<DIV id="text90_44" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:277px; margin-top:173px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_13.html#ADODB_Stream">\r
+<DIV id="text100_44" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:277px; margin-top:6106px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_15.html#ADODB_Stream">\r
 \81¨ ADODB.Stream</A></DIV>\r
 \r
-<v:line from="0,0" to="506,0"/>\r
-<v:line from="506,0" to="506,1775"/>\r
-<v:line from="506,1775" to="0,1775"/>\r
-<v:line from="0,1775" to="0,0"/>\r
+<v:line from="0,5933" to="524,5933"/>\r
+<v:line from="524,5933" to="524,7727"/>\r
+<v:line from="524,7727" to="0,7727"/>\r
+<v:line from="0,7727" to="0,5933"/>\r
 \r
 </PAGE>\r
  \r
-<!-- page 91 --> \r
+<!-- page 101 --> \r
 <PAGE>\r
-<A id="svgcats_vml_p91" class="to_tree" style="margin-top:1780px;" onClick="selectTreeElem( '91' );">\81©</A>\r
-<A href="#svgcats_vml_p92" class="to_next_page" style="margin-top:1780px;">\81¥</A>\r
-<A href="#svgcats_vml_p90" class="to_prev_page" style="margin-top:1780px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:1791px; width:537px; height:918px;" fillcolor="white"/>\r
-<DIV id="text91_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:1888px; line-height:15px; white-space:nowrap">\r
+<A id="svgcats_vml_p101" class="to_tree" style="margin-top:7732px;" onClick="selectTreeElem( '101' );">\81©</A>\r
+<A href="#svgcats_vml_p102" class="to_next_page" style="margin-top:7732px;">\81¥</A>\r
+<A href="#svgcats_vml_p100" class="to_prev_page" style="margin-top:7732px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:7743px; width:537px; height:918px;" fillcolor="white"/>\r
+<DIV id="text101_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:7840px; line-height:15px; white-space:nowrap">\r
 <A name="DeleteFolderR">\r
 DeleteFolderR</A></DIV>\r
-<v:rect style="position:absolute; margin-left:33px; margin-top:1917px; width:472px; height:760px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text91_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:41px; margin-top:1923px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:33px; margin-top:7869px; width:472px; height:760px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text101_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:41px; margin-top:7875px; line-height:15px; white-space:nowrap">\r
 '***********************************************************************<BR/>\r
 '&nbsp; &lt;&lt;&lt; [DeleteFolderR] \83\8a\81[\83h\83I\83\93\83\8a\81[\83t\83@\83C\83\8b\82ð\8aÜ\82Þ\83t\83H\83\8b\83_\82Å\82à\8dí\8f\9c\82·\82é &gt;&gt;&gt; <BR/>\r
 '************************************************************************/<BR/>\r
@@ -346,723 +963,183 @@ End Sub<BR/>
 <BR/>\r
 <BR/>\r
 &nbsp;</DIV>\r
-<DIV id="text91_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:1809px; line-height:15px; white-space:nowrap">\r
+<DIV id="text101_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:7761px; line-height:15px; white-space:nowrap">\r
 <A name="CreateFolder">\r
 CreateFolder</A></DIV>\r
-<DIV id="text91_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:41px; margin-top:1840px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_04.html#FileSystemObject_CreateFolder">\r
+<DIV id="text101_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:41px; margin-top:7792px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#FileSystemObject_CreateFolder">\r
 \81¨ FileSystemObject::CreateFolder</A></DIV>\r
 \r
-<v:line from="0,1791" to="537,1791"/>\r
-<v:line from="537,1791" to="537,2709"/>\r
-<v:line from="537,2709" to="0,2709"/>\r
-<v:line from="0,2709" to="0,1791"/>\r
+<v:line from="0,7743" to="537,7743"/>\r
+<v:line from="537,7743" to="537,8661"/>\r
+<v:line from="537,8661" to="0,8661"/>\r
+<v:line from="0,8661" to="0,7743"/>\r
 \r
 </PAGE>\r
  \r
-<!-- page 92 --> \r
+<!-- page 102 --> \r
 <PAGE>\r
-<A id="svgcats_vml_p92" class="to_tree" style="margin-top:2714px;" onClick="selectTreeElem( '92' );">\81©</A>\r
-<A href="#svgcats_vml_p93" class="to_next_page" style="margin-top:2714px;">\81¥</A>\r
-<A href="#svgcats_vml_p91" class="to_prev_page" style="margin-top:2714px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:2725px; width:553px; height:1072px;" fillcolor="white"/>\r
-<DIV id="text92_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:2742px; line-height:15px; white-space:nowrap">\r
+<A id="svgcats_vml_p102" class="to_tree" style="margin-top:8666px;" onClick="selectTreeElem( '102' );">\81©</A>\r
+<A href="#svgcats_vml_p103" class="to_next_page" style="margin-top:8666px;">\81¥</A>\r
+<A href="#svgcats_vml_p101" class="to_prev_page" style="margin-top:8666px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:8677px; width:579px; height:1124px;" fillcolor="white"/>\r
+<DIV id="text102_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:8694px; line-height:15px; white-space:nowrap">\r
 <A name="array">\r
 \95Ï\90\94\81AEmpty\81A\8c^\81A\94z\97ñ</A></DIV>\r
-<v:rect style="position:absolute; margin-left:28px; margin-top:3024px; width:178px; height:85px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text92_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:36px; margin-top:3030px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:28px; margin-top:9028px; width:178px; height:85px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text102_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:36px; margin-top:9034px; line-height:15px; white-space:nowrap">\r
 Option Explicit<BR/>\r
 Dim&nbsp; v1, v2<BR/>\r
 Set&nbsp; v1 = CreateObject(...)<BR/>\r
 &nbsp; :<BR/>\r
 fs = Empty</DIV>\r
-<DIV id="text92_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:225px; margin-top:3026px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:225px; margin-top:9030px; line-height:15px; white-space:nowrap">\r
 Option Explicit \82Í\81A\95Ï\90\94\90é\8c¾\82ª\95K\97v\82Å\82 \82é<BR/>\r
 \82æ\82¤\82É\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text92_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:225px; margin-top:3058px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:225px; margin-top:9062px; line-height:15px; white-space:nowrap">\r
 Set \82·\82é\91O\82É Dim \82Å\90é\8c¾\82·\82é\95K\97v\82ª\82 \82è\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:28px; margin-top:3258px; width:148px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text92_5" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:36px; margin-top:3265px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:28px; margin-top:9262px; width:148px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text102_5" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:36px; margin-top:9269px; line-height:13px; white-space:nowrap">\r
 If IsEmpty( var ) Then</DIV>\r
-<DIV id="text92_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:201px; margin-top:3263px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:201px; margin-top:9267px; line-height:15px; white-space:nowrap">\r
 Dim var \82µ\82Ä\81A\8f\89\8aú\89»\82µ\82Ä\82¢\82È\82¢\82Æ\82«\82Í\81AEmpty</DIV>\r
-<DIV id="text92_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:42px; margin-top:2847px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:42px; margin-top:8799px; line-height:15px; white-space:nowrap">\r
 <A href="#dim">\r
 \81¨ Dim \82Ì\8fÚ\8d×</A></DIV>\r
-<v:rect style="position:absolute; margin-left:28px; margin-top:3290px; width:136px; height:40px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text92_8" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:36px; margin-top:3296px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:28px; margin-top:9294px; width:136px; height:40px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text102_8" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:36px; margin-top:9300px; line-height:15px; white-space:nowrap">\r
 Set a = Nothing<BR/>\r
 If a is Nothing Then</DIV>\r
-<DIV id="text92_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:36px; margin-top:3388px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:36px; margin-top:9392px; line-height:15px; white-space:nowrap">\r
 Empty \82Í\81A\95Ï\90\94\82É\89½\82à\92l\82ª\93ü\82Á\82Ä\82¢\82È\82¢\82±\82Æ\82ð\8e¦\82µ\82Ü\82·\81\96¢\8f\89\8aú\89»\82Æ\93¯\82\82Å\82·\81B<BR/>\r
 Null \82Í\81A\95Ï\90\94\82É\89½\82à\92l\82ª\93ü\82Á\82Ä\82¢\82È\82¢\82±\82Æ\82ð\8e¦\82µ\82Ü\82·\81\8f\89\8aú\89»\8dÏ\82Ý\82Æ\82Í\8bæ\95Ê\82Å\82«\82Ü\82·\81B<BR/>\r
-Null \82Æ\94ä\8ar\82·\82é\82Æ\81A\89\89\8eZ\8c\8b\89Ê\82Í\8fí\82É Null \82É\82È\82è\82Ü\82·\81B If Empty &lt;&gt; 0 \82Í True \82Å\82·\82ª\81A<BR/>\r
-Null &lt;&gt; 0 Then \82Í False \82È\82Ì\82Å\92\8d\88Ó\82µ\82Ä\82­\82¾\82³\82¢\81B<BR/>\r
+Null \82Æ\94ä\8ar\82·\82é\82Æ\81A\89\89\8eZ\8c\8b\89Ê\82Í\8fí\82É Null \81iFalse \82Æ\82µ\82Ä\95ª\8aò\81j\82É\82È\82è\82Ü\82·\81B If Empty &lt;&gt; 0 Then <BR/>\r
+\82Í True \82Æ\82µ\82Ä\95ª\8aò\82µ\82Ü\82·\82ª\81AIf Null &lt;&gt; 0 Then \82Í False \82Æ\82µ\82Ä\95ª\8aò\82·\82é\82Ì\82Å\92\8d\88Ó\82µ\82Ä\82­\82¾\82³\82¢\81B<BR/>\r
 Nothing \82Í\81A\89½\82à\96³\82¢\82±\82Æ\82ð\8e¦\82·\83I\83u\83W\83F\83N\83g\82Å\82·\81B<BR/>\r
 \95Ô\82è\92l\82ª\83I\83u\83W\83F\83N\83g\82Ì\82Æ\82«\82Í\81A\8cÄ\82Ñ\8fo\82µ\91¤\82ª Set \82ð\8eg\82¤\82Ì\82Å\81A<BR/>\r
 Nothing \82ð\95Ô\82µ\82½\82Ù\82¤\82ª\82¢\82¢\82Å\82µ\82å\82¤\81B</DIV>\r
-<DIV id="text92_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:42px; margin-top:2868px; line-height:15px; white-space:nowrap">\r
-<A href="#redim">\r
+<DIV id="text102_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:42px; margin-top:8820px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_07.html#redim">\r
 \81¨ \94z\97ñ\81ARedim Preserve</A></DIV>\r
-<DIV id="text92_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:36px; margin-top:3514px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:36px; margin-top:9518px; line-height:15px; white-space:nowrap">\r
 Empty \82È\82Ç\82Ì\94ä\8ar\82Í\81A\8e\9f\82Ì\82æ\82¤\82É\82È\82è\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:48px; margin-top:3538px; width:166px; height:70px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text92_12" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:56px; margin-top:3544px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:48px; margin-top:9542px; width:166px; height:70px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text102_12" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:56px; margin-top:9548px; line-height:15px; white-space:nowrap">\r
 Empty = ""&nbsp; &nbsp;'// True, \90^<BR/>\r
 not Empty&nbsp; &nbsp; '// -1,&nbsp; &nbsp;\90^<BR/>\r
 Null = ""&nbsp; &nbsp; '// Null, \8bU<BR/>\r
 Null &lt;&gt; ""&nbsp; &nbsp;'// Null, \8bU</DIV>\r
-<v:rect style="position:absolute; margin-left:28px; margin-top:3145px; width:286px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text92_13" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:36px; margin-top:3152px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:28px; margin-top:9149px; width:286px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text102_13" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:36px; margin-top:9156px; line-height:13px; white-space:nowrap">\r
 If IsObject( b ) Then&nbsp; Set a = b&nbsp; Else&nbsp; a = b</DIV>\r
-<DIV id="text92_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:20px; margin-top:3122px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:20px; margin-top:9126px; line-height:15px; white-space:nowrap">\r
 \89º\8bL\82Ì\82æ\82¤\82É\82·\82ê\82Î\81A\83I\83u\83W\83F\83N\83g\82Å\82à\82»\82¤\82Å\82È\82­\82Ä\82à\91ã\93ü\82Å\82«\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:28px; margin-top:3337px; width:130px; height:40px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text92_15" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:36px; margin-top:3343px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:28px; margin-top:9341px; width:130px; height:40px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text102_15" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:36px; margin-top:9347px; line-height:15px; white-space:nowrap">\r
 a = Null<BR/>\r
 If IsNull( a ) Then</DIV>\r
-<DIV id="text92_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:23px; margin-top:3642px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:23px; margin-top:9646px; line-height:15px; white-space:nowrap">\r
 <A name="is">\r
 Is \89\89\8eZ\8eq</A></DIV>\r
-<DIV id="text92_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:37px; margin-top:3670px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:37px; margin-top:9674px; line-height:15px; white-space:nowrap">\r
 \82Q\82Â\82Ì\95Ï\90\94\82ª\8eQ\8fÆ\82µ\82Ä\82¢\82é\83I\83u\83W\83F\83N\83g\82ª\93¯\82\82P\82Â\82Ì\83I\83u\83W\83F\83N\83g\82©\82Ç\82¤\82©\82ð<BR/>\r
 \94ä\8ar\82µ\82Ü\82·\81\83\81\83\93\83o\95Ï\90\94\82Ì\92l\82ª\91S\82­\93¯\82\82Å\82à\83I\83u\83W\83F\83N\83g\82ª\88Ù\82È\82é\82Æ\82«\82Í\81A<BR/>\r
 False \82Æ\82È\82è\82Ü\82·\81B is \89\89\8eZ\8eq\82Ì\88Ó\96¡\82Í\81A\83N\83\89\83X\82Ì is-a \8aÖ\8cW\82Æ\82Í\88Ù\82È\82è\82Ü\82·\81B<BR/>\r
 C\8c¾\8cê\82É\82¨\82¯\82é\81A\83|\83C\83\93\83^\82Ì\92l\82Ì\94ä\8ar\82É\91\8a\93\96\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text92_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:20px; margin-top:3222px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:20px; margin-top:9226px; line-height:15px; white-space:nowrap">\r
 <A name="Empty">\r
 Empty, Nothing, Null</A></DIV>\r
-<DIV id="text92_19" 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:2979px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_19" 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:8931px; line-height:15px; white-space:nowrap">\r
 <A name="Set">\r
 Set \96½\97ß</A></DIV>\r
-<DIV id="text92_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:42px; margin-top:2784px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:42px; margin-top:8736px; line-height:15px; white-space:nowrap">\r
 <A href="#Set">\r
 \81¨ Set \96½\97ß</A></DIV>\r
-<DIV id="text92_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:171px; margin-top:2784px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:171px; margin-top:8736px; line-height:15px; white-space:nowrap">\r
 \83I\83u\83W\83F\83N\83g\82ð\91ã\93ü\82µ\82Ü\82·</DIV>\r
-<DIV id="text92_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:30px; margin-top:3001px; line-height:15px; white-space:nowrap">\r
-\83I\83u\83W\83F\83N\83g\82ð\91ã\93ü\82µ\82Ü\82·</DIV>\r
-<DIV id="text92_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:42px; margin-top:2805px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:30px; margin-top:8953px; line-height:15px; white-space:nowrap">\r
+\83I\83u\83W\83F\83N\83g\82ð\91ã\93ü\82µ\82Ü\82·\81\8d\95Ó\82ª\83I\83u\83W\83F\83N\83g\8c^\82©\82Ç\82¤\82©\82Å\82Í\82È\82­\81A\89E\95Ó\82ª\83I\83u\83W\83F\83N\83g<BR/>\r
+\8c^\82È\82ç\81ASet \96½\97ß\82ð\8eg\82Á\82Ä\82­\82¾\82³\82¢\81B Set \96½\97ß\82ð\8eg\82í\82È\82¯\82ê\82Î\81A\89E\95Ó\82Ì Value \83v\83\8d\83p\83e\83B\82Ì<BR/>\r
+\92l\82ª\91ã\93ü\82³\82ê\82Ü\82·\81\82È\82¨\81AVBScript \82Ì\95Ï\90\94\82É\82Í\8c^\82ª\82È\82¢\82Ì\82Å\81A\82»\82à\82»\82à\8d\95Ó\82ª\83I\83u\83W\83F\83N\83g\8c^<BR/>\r
+\82©\82Ç\82¤\82©\82Í\94»\92è\82Å\82«\82Ü\82¹\82ñ\81B</DIV>\r
+<DIV id="text102_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:42px; margin-top:8757px; line-height:15px; white-space:nowrap">\r
 <A href="#Empty">\r
 \81¨ Empty, Nothing</A></DIV>\r
-<DIV id="text92_24" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:171px; margin-top:2805px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_24" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:171px; margin-top:8757px; line-height:15px; white-space:nowrap">\r
 \81u\96³\82¢\81v\92l</DIV>\r
-<DIV id="text92_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:42px; margin-top:2826px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:42px; margin-top:8778px; line-height:15px; white-space:nowrap">\r
 <A href="#is">\r
 \81¨ Is \89\89\8eZ\8eq</A></DIV>\r
-<DIV id="text92_26" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:42px; margin-top:2910px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_26" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:42px; margin-top:8862px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_07.html#typeif">\r
 \81¨ \8c^\82Ì\94»\92è</A></DIV>\r
-<DIV id="text92_27" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:171px; margin-top:2826px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_27" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:171px; margin-top:8778px; line-height:15px; white-space:nowrap">\r
 \93¯\88ê\83I\83u\83W\83F\83N\83g\82Ì\94»\92è</DIV>\r
-<DIV id="text92_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:171px; margin-top:2910px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:171px; margin-top:8862px; line-height:15px; white-space:nowrap">\r
 \95Ï\90\94\82É\93ü\82Á\82Ä\82¢\82é\92l\82Ì\8c^</DIV>\r
-<DIV id="text92_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:42px; margin-top:2889px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:42px; margin-top:8841px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_07.html#arr_one_multi">\r
 \81¨ \92P\91Ì\82Æ\94z\97ñ\82Ì\8b¤\97p\95Ï\90\94</A></DIV>\r
-<DIV id="text92_30" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:182px; margin-top:3295px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_30" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:182px; margin-top:9299px; line-height:15px; white-space:nowrap">\r
 Nothing \82Í\83I\83u\83W\83F\83N\83g\82È\82Ì\82Å Set \82ª\95K\97v<BR/>\r
 Nothing \82©\82Ç\82¤\82©\82Í\81Ais \82Å\94»\92è</DIV>\r
-<DIV id="text92_31" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:182px; margin-top:3340px; line-height:15px; white-space:nowrap">\r
+<DIV id="text102_31" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:182px; margin-top:9344px; line-height:15px; white-space:nowrap">\r
 Null \82Í\92l\82È\82Ì\82Å Set \82ª\95s\97v</DIV>\r
-<v:rect style="position:absolute; margin-left:58px; margin-top:3740px; width:172px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text92_32" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:66px; margin-top:3747px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:58px; margin-top:9744px; width:172px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text102_32" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:66px; margin-top:9751px; line-height:13px; white-space:nowrap">\r
 If objs(i) is obj Then ...</DIV>\r
-<DIV id="text92_33" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:233px; margin-top:3225px; line-height:12px; white-space:nowrap">\r
+<DIV id="text102_33" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:233px; margin-top:9229px; line-height:12px; white-space:nowrap">\r
 \83L\81[\83\8f\81[\83h\81F</DIV>\r
-<DIV id="text92_34" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:297px; margin-top:3225px; line-height:12px; white-space:nowrap">\r
+<DIV id="text102_34" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:297px; margin-top:9229px; line-height:12px; white-space:nowrap">\r
 <A name="IsNull">\r
 IsEmpty, IsNull</A></DIV>\r
-<DIV id="text92_35" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:403px; margin-top:3171px; line-height:12px; white-space:nowrap">\r
+<DIV id="text102_35" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:403px; margin-top:9175px; line-height:12px; white-space:nowrap">\r
 \83L\81[\83\8f\81[\83h\81F</DIV>\r
-<DIV id="text92_36" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:459px; margin-top:3171px; line-height:12px; white-space:nowrap">\r
+<DIV id="text102_36" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:459px; margin-top:9175px; line-height:12px; white-space:nowrap">\r
 <A name="IsObject">\r
 IsObject</A></DIV>\r
 \r
-<v:line from="0,2725" to="553,2725"/>\r
-<v:line from="553,2725" to="553,3797"/>\r
-<v:line from="553,3797" to="0,3797"/>\r
-<v:line from="0,3797" to="0,2725"/>\r
+<v:line from="0,8677" to="579,8677"/>\r
+<v:line from="579,8677" to="579,9801"/>\r
+<v:line from="579,9801" to="0,9801"/>\r
+<v:line from="0,9801" to="0,8677"/>\r
 \r
 </PAGE>\r
  \r
-<!-- page 93 --> \r
+<!-- page 103 --> \r
 <PAGE>\r
-<A id="svgcats_vml_p93" class="to_tree" style="margin-top:3802px;" onClick="selectTreeElem( '93' );">\81©</A>\r
-<A href="#svgcats_vml_p94" class="to_next_page" style="margin-top:3802px;">\81¥</A>\r
-<A href="#svgcats_vml_p92" class="to_prev_page" style="margin-top:3802px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:3813px; width:564px; height:319px;" fillcolor="white"/>\r
-<DIV id="text93_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:3830px; line-height:15px; white-space:nowrap">\r
+<A id="svgcats_vml_p103" class="to_tree" style="margin-top:9806px;" onClick="selectTreeElem( '103' );">\81©</A>\r
+<A href="vbs_memo_07.html#svgcats_vml_p104" class="to_next_page" style="margin-top:9806px;">\81¥</A>\r
+<A href="#svgcats_vml_p102" class="to_prev_page" style="margin-top:9806px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:9817px; width:564px; height:319px;" fillcolor="white"/>\r
+<DIV id="text103_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:9834px; line-height:15px; white-space:nowrap">\r
 <A name="dim">\r
 Dim \82Ì\8fÚ\8d×</A></DIV>\r
-<DIV id="text93_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:3873px; line-height:15px; white-space:nowrap">\r
+<DIV id="text103_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:9877px; line-height:15px; white-space:nowrap">\r
 Dim \82Í\81A\83O\83\8d\81[\83o\83\8b\82Å\8eÀ\8ds\82·\82é\82Æ\83O\83\8d\81[\83o\83\8b\83X\83R\81[\83v\82É\81A<BR/>\r
 \83v\83\8d\83V\81[\83W\83\83\82Å\8eÀ\8ds\82·\82é\82Æ\83\8d\81[\83J\83\8b\83X\83R\81[\83v\82É\82È\82è\82Ü\82·\81B<BR/>\r
 \83O\83\8d\81[\83o\83\8b\83X\83R\81[\83v\82Æ\83\8d\81[\83J\83\8b\83X\83R\81[\83v\82Ì\97¼\95û\82Å\90é\8c¾\82·\82é\82Æ\81A\83\8d\81[\83J\83\8b\83X\83R\81[\83v\82Ì\95Ï\90\94\82¾\82¯<BR/>\r
 \8c©\82¦\82Ü\82·\82ª\81A\83O\83\8d\81[\83o\83\8b\83X\83R\81[\83v\82Ì\95Ï\90\94\82à\95Ê\82É\91\8dÝ\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text93_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:4000px; line-height:15px; white-space:nowrap">\r
+<DIV id="text103_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:10004px; line-height:15px; white-space:nowrap">\r
 \83v\83\8d\83V\81[\83W\83\83\82Ì\92\86\82Å Execute \82µ\82Ä\83C\83\93\83N\83\8b\81[\83h\82µ\82½\83R\81[\83h\82Í\81A\83\8d\81[\83J\83\8b\83X\83R\81[\83v\82É\82È\82è\82Ü\82·\81B</DIV>\r
-<DIV id="text93_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:4034px; line-height:15px; white-space:nowrap">\r
+<DIV id="text103_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:10038px; line-height:15px; white-space:nowrap">\r
 Dim \82µ\82½\8cã\82Å\81A\93¯\82\95Ï\90\94\96¼\82ð Dim \82µ\82½\82Æ\82«\82Í\81A\82·\82Å\82É\8eg\82¦\82é\82Ì\82Å\96³\8e\8b\82³\82ê\81A<BR/>\r
 \83G\83\89\81[\82É\82à\82È\82è\82Ü\82¹\82ñ\81B</DIV>\r
-<DIV id="text93_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:3953px; line-height:15px; white-space:nowrap">\r
+<DIV id="text103_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:9957px; line-height:15px; white-space:nowrap">\r
 Dim \82Í\8eÀ\8ds\83t\83F\81[\83Y\82Å\95]\89¿\82³\82ê\82Ü\82·\81\95\96@\89ð\90Í\8e\9e\82Í\95]\89¿\82µ\82Ü\82¹\82ñ\81B<BR/>\r
 Dim \82µ\82Ä\82¢\82È\82¢\95Ï\90\94\82Å\82 \82é\82Æ\82¢\82¤\83G\83\89\81[\82Í\81A\95Ï\90\94\82ð\95]\89¿\82·\82é\82Æ\82«\82É\94­\90\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text93_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:32px; margin-top:4084px; line-height:15px; white-space:nowrap">\r
+<DIV id="text103_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:32px; margin-top:10088px; line-height:15px; white-space:nowrap">\r
 <A href="http://msdn.microsoft.com/library/ja/script56/html/vsstmDim.asp" target="_blank">\r
 \81¨ Dim \83X\83e\81[\83g\83\81\83\93\83g (Web)</A></DIV>\r
 \r
-<v:line from="0,3813" to="564,3813"/>\r
-<v:line from="564,3813" to="564,4132"/>\r
-<v:line from="564,4132" to="0,4132"/>\r
-<v:line from="0,4132" to="0,3813"/>\r
-\r
-</PAGE>\r
\r
-<!-- page 94 --> \r
-<PAGE>\r
-<A id="svgcats_vml_p94" class="to_tree" style="margin-top:4137px;" onClick="selectTreeElem( '94' );">\81©</A>\r
-<A href="#svgcats_vml_p95" class="to_next_page" style="margin-top:4137px;">\81¥</A>\r
-<A href="#svgcats_vml_p93" class="to_prev_page" style="margin-top:4137px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:4148px; width:582px; height:1908px;" fillcolor="white"/>\r
-<DIV id="text94_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:4165px; line-height:15px; white-space:nowrap">\r
-<A name="OptionExplicit">\r
-Option Explicit \95Ï\90\94\90é\8c¾\95s\97v\98_</A></DIV>\r
-<DIV id="text94_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:4195px; line-height:15px; white-space:nowrap">\r
-\95Ï\90\94\82Ì\90é\8c¾\82ª\95K\97v\82È\83v\83\8d\83O\83\89\83~\83\93\83O\8c¾\8cê\82Ì\8fê\8d\87\81A\95Ï\90\94\82Ì\90é\8c¾\82ð\82µ\96Y\82ê\82Ä\8f\91\82«\92¼\82·\82±\82Æ\82ª<BR/>\r
-\82æ\82­\82 \82è\81A\83R\83X\83g\82É\82È\82Á\82Ä\82¢\82Ü\82·\81\82³\82ç\82É\81A\94C\88Ó\8c^\82Ì\90é\8c¾\82Í\81A\88Ó\96¡\82ª\82æ\82­\95ª\82©\82ç\82È\82¢\82½\82ß\81A<BR/>\r
-\89Â\93Ç\90«\82ð\89º\82°\82Ü\82·\81\8bt\82É\8c¾\82¦\82Î\81A\95Ï\90\94\90é\8c¾\82ª\95s\97v\82Å\82 \82ê\82Î\81A\89Â\93Ç\90«\82ð\8fã\82°\82é\82Ì\82Å\82·\81B<BR/>\r
-\82±\82Ì\82½\82ß\82©\81A\90V\82µ\82¢\83v\83\8d\83O\83\89\83~\83\93\83O\8c¾\8cê Python \82È\82Ç\82Í\81A\83\8d\81[\83J\83\8b\95Ï\90\94\82Ì\90é\8c¾\82ð\96³\82­\82µ\82Ä\82¢\82Ü\82·\81B</DIV>\r
-<DIV id="text94_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:36px; margin-top:5703px; line-height:15px; white-space:nowrap">\r
-Option Explicit \82Ì\96³\82¢ VBScript \82Å\82Í\81A<BR/>\r
-\81E\95Ï\90\94\90é\8c¾\82ª\95s\97v\82É\82È\82è\82Ü\82·<BR/>\r
-\81E\83O\83\8d\81[\83o\83\8b\95Ï\90\94\82É\92è\8b`\82³\82ê\82Ä\82¢\82È\82¢\96¼\91O\82ð\81A\8aÖ\90\94\82Ì\92\86\82Å\8eg\82Á\82½\8fê\8d\87\81A\8aú\91Ò\92Ê\82è\81A<BR/>\r
-\81@\83\8d\81[\83J\83\8b\95Ï\90\94\82É\82È\82è\82Ü\82·<BR/>\r
-\81E\83O\83\8d\81[\83o\83\8b\95Ï\90\94\82É\92è\8b`\82µ\82Ä\82 \82é\96¼\91O\82ð\81A\8aÖ\90\94\82Ì\92\86\82Å\8eg\82Á\82½\8fê\8d\87\81A\83\8d\81[\83J\83\8b\95Ï\90\94\82Ì\82Â\82à\82è<BR/>\r
-\81@\82Å\8eg\82Á\82½\82à\82Ì\82Í\81A\8eÀ\82Í\83O\83\8d\81[\83o\83\8b\95Ï\90\94\82È\82Ì\82Å\81A\8aú\91Ò\82µ\82½\93®\8dì\82É\82È\82è\82Ü\82¹\82ñ\81B\81i\8eQ\8dl\81F\8fã\8bL\81A<BR/>\r
-\81@\95Ï\90\94\96¼\82ª\8fÕ\93Ë\82·\82é\96â\91è\81j<BR/>\r
-<BR/>\r
-\8e\9f\82Ì\93_\82Í\81AOption Explicit \82ª\82 \82Á\82Ä\82à\82È\82­\82Ä\82à\95Ï\82í\82è\82Ü\82¹\82ñ\81B<BR/>\r
-\81E\8aÖ\90\94\82©\82ç\8cÄ\82Ñ\8fo\82µ\8c³\82É\96ß\82Á\82½\82ç\81A\83\8d\81[\83J\83\8b\95Ï\90\94\82Í\8dí\8f\9c\82³\82ê\82Ü\82·\81B<BR/>\r
-\81E\88ø\90\94\82Í\81A\83\8d\81[\83J\83\8b\95Ï\90\94\82É\82È\82è\82Ü\82·\81B<BR/>\r
-\81\8cÄ\82Ñ\8fo\82µ\8c³\82Ì\83\8d\81[\83J\83\8b\95Ï\90\94\82Ì\96¼\91O\82Æ\8fÕ\93Ë\82µ\82Ä\82à\81A\8aú\91Ò\92Ê\82è\81A\95Ê\82Ì\83\81\83\82\83\8a\82Ì\95Ï\90\94\82É\82È\82è\82Ü\82·\81B<BR/>\r
-\81\81i\82¿\82È\82Ý\82É\81Abash \82Ì\8fê\8d\87\82Í\81A\93¯\82\83\81\83\82\83\8a\82É\82È\82é\81j</DIV>\r
-<DIV id="text94_4" 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:4680px; line-height:15px; white-space:nowrap">\r
-\95Ï\90\94\96¼\82ª\8fÕ\93Ë\82·\82é\96â\91è</DIV>\r
-<DIV id="text94_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:40px; margin-top:4713px; line-height:15px; white-space:nowrap">\r
-\95Ï\90\94\90é\8c¾\82ð\95s\97v\82Æ\82µ\82½\8fê\8d\87\81A\95Ï\90\94\96¼\82ª\8fÕ\93Ë\82µ\82Ä\82¢\82È\82¢\82±\82Æ\82ð\97 \95t\82¯\82é\82±\82Æ\82ª\81ADim <BR/>\r
-\95\82ð\8eÀ\8ds\82·\82é\82Æ\82«\82©\82ç\81A\83e\83X\83g\82É\8d\87\8ai\82·\82é\82Æ\82«\82Ü\82Å\92x\82ê\82Ü\82·\81\82±\82ê\82É\82æ\82è\81A\8fÕ\93Ë\82µ\82Ä<BR/>\r
-\82¢\82é\96â\91è\82ð\89ð\8c\88\82·\82é\82±\82Æ\82ª\81A\8f­\82µ\82¾\82¯\93ï\82µ\82­\82È\82è\82Ü\82·\81B</DIV>\r
-<DIV id="text94_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:74px; margin-top:4273px; line-height:15px; white-space:nowrap">\r
-\81¨ Option Explicit \95Ï\90\94\90é\8c¾\82É\82Â\82¢\82Ä (vbslib)</DIV>\r
-<DIV id="text94_7" 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:4273px; line-height:15px; white-space:nowrap">\r
-\8eQ\8dl</DIV>\r
-<DIV id="text94_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:77px; margin-top:6009px; line-height:15px; white-space:nowrap">\r
-<A href="http://www.asahi-net.or.jp/~ef2o-inue/vba_k/sub04_200_030.html" target="_blank">\r
-\81¨ \95Ï\90\94\90é\8c¾\82ð\8b­\90§\82µ\82È\82¢\82Æ\82¢\82¯\82È\82¢\82Ì\82©\81B (Web)</A></DIV>\r
-<DIV id="text94_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:36px; margin-top:6009px; line-height:15px; white-space:nowrap">\r
-\8eQ\8dl</DIV>\r
-<DIV id="text94_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:364px; margin-top:6009px; line-height:15px; white-space:nowrap">\r
-(cache)</DIV>\r
-<DIV id="text94_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:74px; margin-top:4296px; line-height:15px; white-space:nowrap">\r
-\81¨ T_NoOptionExplicit \83t\83H\83\8b\83_</DIV>\r
-<DIV id="text94_12" 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:4296px; line-height:15px; white-space:nowrap">\r
-\83e\83X\83g</DIV>\r
-<DIV id="text94_13" 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:5397px; line-height:15px; white-space:nowrap">\r
-\83G\83\89\81[\81E\83\81\83b\83Z\81[\83W\82Ì\88á\82¢</DIV>\r
-<v:rect style="position:absolute; margin-left:52px; margin-top:5502px; width:460px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text94_14" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:60px; margin-top:5509px; line-height:13px; white-space:nowrap">\r
-&lt;ERROR err_number='500' err_description='\82±\82Ì\95Ï\90\94\82Í\90é\8c¾\82³\82ê\82Ä\82¢\82Ü\82¹\82ñ\81B'/&gt;</DIV>\r
-<DIV id="text94_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:39px; margin-top:5480px; line-height:15px; white-space:nowrap">\r
-Option Explicit \82ª\82 \82é\82Æ\82«</DIV>\r
-<v:rect style="position:absolute; margin-left:52px; margin-top:5565px; width:382px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text94_16" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:60px; margin-top:5572px; line-height:13px; white-space:nowrap">\r
-&lt;ERROR err_number='13' err_description='\8c^\82ª\88ê\92v\82µ\82Ü\82¹\82ñ\81B'/&gt;</DIV>\r
-<DIV id="text94_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:39px; margin-top:5545px; line-height:15px; white-space:nowrap">\r
-Option Explicit \82ª\82È\82¢\82Æ\82«</DIV>\r
-<DIV id="text94_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:39px; margin-top:5427px; line-height:15px; white-space:nowrap">\r
-\8aÖ\90\94\82Æ\82µ\82Ä\92è\8b`\82³\82ê\82Ä\82¢\82È\82¢\83V\83\93\83{\83\8b\82ð\8eg\82Á\82Ä\8aÖ\90\94\8cÄ\82Ñ\8fo\82µ\82ð\82µ\82æ\82¤\82Æ\82·\82é\82Æ\81A<BR/>\r
-Option Explicit \82ª\82 \82é\82Æ\82«\82Æ\81A\96³\82¢\82Æ\82«\82Å\81A\83G\83\89\81[\83\81\83b\83Z\81[\83W\82ª\88Ù\82È\82è\82Ü\82·\81B</DIV>\r
-<DIV id="text94_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:4459px; line-height:15px; white-space:nowrap">\r
-VBScript \82Ì Dim \82Í\81A\95Ï\90\94\96¼\82Ì\8fÕ\93Ë\82ð\91\81\8aú\82É\8c\9f\8fo\82·\82é\82±\82Æ\88È\8aO\82É\8b@\94\\82Í\82 \82è\82Ü\82¹\82ñ\81B <BR/>\r
-\83v\83\8d\83O\83\89\83~\83\93\83O\8c¾\8cê\82É\82æ\82Á\82Ä\82Í\95Ï\90\94\82Ì\8c^\82ð\8c\88\82ß\82é\82±\82Æ\82ª\82 \82è\82Ü\82·\82ª\81AVBScript \82Í\81A<BR/>\r
-\95Ï\90\94\82É\82Ç\82Ì\8c^\82Ì\92l\82Å\82à\93ü\82é\82½\82ß\95Ï\90\94\82Ì\8c^\82ð\8c\88\82ß\82é\8b@\94\\82Í\82 \82è\82Ü\82¹\82ñ\81B<BR/>\r
-<BR/>\r
-\8fÕ\93Ë\82ð\8c\9f\8fo\82·\82é\82¾\82¯\82Ì\96½\97ß\95\82Í\81A\83v\83\8d\83O\83\89\83\80\82ª\89½\82©\82ð\82·\82é\96½\97ß\95\82Å\82Í\82 \82è\82Ü\82¹\82ñ\81B<BR/>\r
-\82±\82ê\82Í\96â\91è\82Å\82·\81\83v\83\8d\83O\83\89\83\80\82ª\89½\82ð\82µ\82æ\82¤\82Æ\82µ\82Ä\82¢\82é\82Ì\82©\82ð\97\9d\89ð\82µ\82æ\82¤\82Æ\82·\82é\82Æ\82«\82É\81A<BR/>\r
-\8eÀ\82Í\89½\82à\82µ\82Ä\82¢\82È\82¢\83\82\83m\82É\91\98\8bö\82µ\82Ä\82à\81A\89½\82ð\82µ\82æ\82¤\82Æ\82µ\82Ä\82¢\82é\82Ì\82©\8c\9c\96½\82É\92T\82µ\82Ü\82·\81B <BR/>\r
-\82±\82Ì\94]\82Ì\8fó\91Ô\82Å\81A\8eÀ\82Í\89½\82à\82µ\82Ä\82¢\82È\82¢\81A\82Æ\82¢\82¤\82±\82Æ\82É\8bC\82Ã\82­\82Ì\82Í\91å\95Ï\82È\82±\82Æ\82Å\82·\81B <BR/>\r
-\91å\82«\82È\83R\83X\83g\82É\82È\82è\82Ü\82·\81\82Ü\82½\81A\89½\82à\82µ\82Ä\82¢\82È\82¢\82±\82Æ\82ð\93Ç\82Ü\82³\82ê\82é\82±\82Æ\82Í\95s\89õ\82Å\82·\81B <BR/>\r
-<BR/>\r
-Dim \96½\97ß\82Ì\90à\96¾\82Å\82æ\82­\82 \82é\82Ì\82ª\81A\8eg\82Á\82Ä\82¢\82é\95Ï\90\94\82ð\8b\93\82°\82Ä\82¢\82é\82Æ\82 \82è\82Ü\82·\82ª\81A\95Ê\82É <BR/>\r
-Dim \96½\97ß\82ª\96³\82­\82Ä\82à\8eg\82Á\82Ä\82¢\82é\95Ï\90\94\82Í\95ª\82©\82è\82Ü\82·\81\95Ï\90\94\82ð\8f\89\8aú\89»\82µ\82Ä\82¢\82é\95\82Å\81A<BR/>\r
-\82æ\82­\97\9d\89ð\82Å\82«\82Ü\82·\81B Dim \82Í\82­\82Ç\82¢\82Ì\82Å\82·\81B</DIV>\r
-<DIV id="text94_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:60px; margin-top:5596px; line-height:15px; white-space:nowrap">\r
-\82È\82º\81A\8c^\82ª\88ê\92v\82µ\82Ü\82¹\82ñ\82Æ\95\\8e¦\82³\82ê\82é\82©\82Æ\82¢\82¤\82Æ\81A\92è\8b`\82³\82ê\82Ä\82¢\82È\82¢\8aÖ\90\94\82Æ\93¯\82¶<BR/>\r
-\96¼\91O\82Ì\90V\82µ\82¢\95Ï\90\94\82ª\8e©\93®\93I\82É\90\90¬\82³\82ê\81A\8f\89\8aú\92l\82Å\82 \82é Empty \82ª\93ü\82è\81AEmpty <BR/>\r
-\82ð\8eg\82Á\82Ä\8aÖ\90\94\8cÄ\82Ñ\8fo\82µ\82ð\82µ\82æ\82¤\82Æ WSH \82ª\89ð\8eß\82µ\82Ä\82µ\82Ü\82¤\82©\82ç\82Å\82·\81B</DIV>\r
-<DIV id="text94_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:36px; margin-top:5956px; line-height:15px; white-space:nowrap">\r
-\89º\8bL\82Ì\83z\81[\83\80\83y\81[\83W\82Å\82Í\81ADim \82Ì\95K\97v\90«\82ð\90à\96¾\82µ\82Ä\82¢\82Ü\82·\82ª\81A\95K\97v\82Ì\8dª\8b\92\82Æ\82È\82é\8b@\94\<BR/>\r
-\82ª\96³\82­\82Ä\82à\81A\82·\82®\82É\95Ê\82Ì\83G\83\89\81[\82Å\92m\82é\82±\82Æ\82ª\8fo\97\88\82é\82½\82ß\81A\96â\91è\82Æ\82µ\82Ä\8b\93\82°\82ç\82ê\82Ä\82¢\82é\82±\82Æ<BR/>\r
-\82ª\90^\82Ì\96â\91è\82Ì\89ð\8c\88\82ð\8d¢\93ï\82É\82·\82é\82±\82Æ\82Í\82 \82è\82Ü\82¹\82ñ\81B</DIV>\r
-<DIV id="text94_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:4338px; line-height:15px; white-space:nowrap">\r
-VBScript \82Å\81AOption Explicit \82ð\8eg\82Á\82½\8fê\8d\87\81A\82æ\82­\91\98\8bö\82·\82é\82Ì\82Í\81A\95Ï\90\94\82ð\90é\8c¾\82µ\82Ä\82¢\82È\82¢<BR/>\r
-\82Æ\82¢\82¤\83G\83\89\81[\82Å\82·\81\82±\82Ì\83G\83\89\81[\82ð\91Î\8f\88\82·\82é\82É\82Í\81A\83f\83o\83b\83K\81[\82ð\8eg\82¤\8c`\82Å\8dÅ\8f\89\82©\82ç\82â\82è\92¼\82µ\82Ä\81A<BR/>\r
-\8fÕ\93Ë\82µ\82Ä\82¢\82é\95Ï\90\94\82ð\92m\82Á\82Ä\81ADim \90é\8c¾\82ð\92Ç\89Á\82µ\82Ä\81A\82Ü\82½\8dÅ\8f\89\82©\82ç\82â\82è\92¼\82·\95K\97v\82ª\82 \82è\82Ü\82·\81B <BR/>\r
-\82Â\82Ü\82è\81A\82Q\89ñ\82à\8dÄ\8bN\93®\82ª\95K\97v\82É\82È\82è\82Ü\82·\81\82±\82ê\82Í\8c\8b\8d\\82È\83R\83X\83g\82Å\82·\81\82à\82µ\81A\83f\83o\83b\83K\81[<BR/>\r
-\82ª\96³\82¯\82ê\82Î\81A\91Î\8f\88\82Í\8dX\82É\8d¢\93ï\82É\82È\82è\82Ü\82·\81B<BR/>\r
-Option Explicit \82ð\8eg\82Á\82Ä\82¢\82é\90l\82Í\81A\82±\82Ì\83R\83X\83g\82Ì\91å\82«\82³\82É\8bC\82Ã\82¢\82Ä\82¢\82Ü\82¹\82ñ\81B<BR/>\r
-\81i\8e\84\82à\8bC\82Ã\82­\82Ì\82É\8e\9e\8aÔ\82ª\82©\82©\82è\82Ü\82µ\82½\81j</DIV>\r
-<DIV id="text94_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:17px; margin-top:5678px; line-height:15px; white-space:nowrap">\r
-Option Explicit \82ª\82 \82é\82Æ\82«\82Æ\82È\82¢\82Æ\82«\82Ì\88á\82¢ </DIV>\r
-<DIV id="text94_24" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:17px; margin-top:5928px; line-height:15px; white-space:nowrap">\r
-\82»\82Ì\91¼\82Ì\96â\91è</DIV>\r
-<DIV id="text94_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:38px; margin-top:5022px; line-height:15px; white-space:nowrap">\r
-\83\8d\81[\83J\83\8b\95Ï\90\94\93¯\8em\82ª\8fÕ\93Ë\82µ\82½\8fê\8d\87\81A\8c´\88ö\82Í\81A\82»\82Ì\8aÖ\90\94\82Ì\92\86\82¾\82¯\82É\8di\82ç\82ê\82Ü\82·\81B<BR/>\r
-\82Â\82Ü\82è\81A\8cÄ\82Ñ\8fo\82µ\82½\90æ\82Ì\8aÖ\90\94\82É\8c´\88ö\82ª\82 \82é\88ê\94Ê\93I\82È\83~\83X\82É\94ä\82×\82é\82Æ\81A\8c´\88ö\82ª\82 \82é\94Í\88Í\82ª<BR/>\r
-\8cÀ\92è\93I\82È\82Ì\82Å\81A\91Î\8f\88\82ª\94ä\8ar\93I\8aÈ\92P\82Å\82·\81B<BR/>\r
-<BR/>\r
-\83O\83\8d\81[\83o\83\8b\95Ï\90\94\93¯\8em\82Ì\8fÕ\93Ë\82Í\81A\88ê\94Ê\93I\82È\83~\83X\82Ì\91Î\8f\88\82Æ\95Ï\82í\82è\82Ü\82¹\82ñ\81\82Ü\82½\81AOption <BR/>\r
-Explicit \82ð\8eg\82Á\82Ä\82à\81AVBS \83t\83@\83C\83\8b\82ð\83\82\83W\83\85\81[\83\8b\95Ê\82É\95ª\82¯\82Ä\82¢\82é\82Æ\81ADim \82ð\8eg\82Á\82Ä\82à\8fÕ\93Ë\82ð<BR/>\r
-\8c\9f\8fo\82Å\82«\82Ü\82¹\82ñ\81B<BR/>\r
-<BR/>\r
-\83\8d\81[\83J\83\8b\95Ï\90\94\82Ì\82Â\82à\82è\82Å\8eg\82Á\82½\95Ï\90\94\82ª\81A\8eÀ\82Í\83O\83\8d\81[\83o\83\8b\95Ï\90\94\82¾\82Á\82½\82Æ\82«\81A\82Â\82Ü\82è\81A<BR/>\r
-\83O\83\8d\81[\83o\83\8b\95Ï\90\94\82ª\83\8d\81[\83J\83\8b\95Ï\90\94\82É\8fÕ\93Ë\82µ\82½\8fê\8d\87\82Í\81A\83\8d\81[\83J\83\8b\95Ï\90\94\82Ì\82Â\82à\82è\82Å\83f\83o\83b\83O\82ð<BR/>\r
-\8ds\82¨\82¤\82Æ\82·\82é\82½\82ß\81A\91Î\8f\88\82ª\8d¢\93ï\82Å\82µ\82å\82¤\81\82µ\82©\82µ\81A\83O\83\8d\81[\83o\83\8b\95Ï\90\94\82Ì\96¼\91O\82Ì\90æ\93ª\82É "g_" <BR/>\r
-\82ð\95t\82¯\82é\83R\81[\83f\83B\83\93\83O\81E\83\8b\81[\83\8b\82È\82Ç\82ð\93K\97p\82·\82ê\82Î\81A\82»\82Ì\96â\91è\82Í\96³\82­\82È\82è\82Ü\82·\81B Python<BR/>\r
-\82Å\82Í\81A\81uglobal\81\96½\97ß\82É\82æ\82Á\82Ä\96â\91è\82ð\89ñ\94ð\82µ\82Ä\82¢\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:84px; margin-top:4803px; width:208px; height:85px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text94_26" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:92px; margin-top:4809px; line-height:15px; white-space:nowrap">\r
-Sub&nbsp; MyTest()<BR/>\r
-&nbsp; name = "MyName"<BR/>\r
-&nbsp; name = "YourName"<BR/>\r
-&nbsp; Assert&nbsp; FuncA( name ) = "Taro"<BR/>\r
-End Sub</DIV>\r
-<DIV id="text94_27" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:40px; margin-top:4776px; line-height:15px; white-space:nowrap">\r
-\82Ç\82ê\82¾\82¯\93ï\82µ\82­\82È\82é\82©\82ð\81A\8c©\82Ä\82Ý\82Ü\82µ\82å\82¤\81B</DIV>\r
-<DIV id="text94_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:40px; margin-top:4902px; line-height:15px; white-space:nowrap">\r
-\82±\82ê\82Í\81Aname = "MyName" \82Å\82 \82é\82±\82Æ\82ð\8aú\91Ò\82µ\82Ä\82¢\82é\83e\83X\83g\81E\83X\83N\83\8a\83v\83g\82Å\81Aname \82ª <BR/>\r
-"YourName" \82É\95Ï\82í\82Á\82½\82½\82ß\82É\83e\83X\83g\82É\8e¸\94s\82µ\82Ä\82¢\82Ü\82·\81\82±\82Ì\8c´\88ö\82ð\92Ç\8b\86\82·\82é\82Æ\82«\82Í\81A<BR/>\r
-name \82Ì\92l\82ð\82Ç\82±\82Å\91ã\93ü\82µ\82Ä\82¢\82é\82©\82ð\92²\82×\82é\82±\82Æ\82É\82È\82è\82Ü\82·\81B name \82ð\8fã\95û\8cü\82É\8c\9f\8dõ\82µ\82Ä\81A<BR/>\r
-name = "YourName" \82ª\8c©\82Â\82©\82è\81A\82»\82ê\82ð\91Î\8f\88\82·\82é\82±\82Æ\82É\82È\82è\82Ü\82·\81B<BR/>\r
-\8eÀ\82Í\81A\82±\82ê\82Í\81A\95Ï\90\94\82ª\8fÕ\93Ë\82µ\82½\82Æ\82«\82æ\82è\82à\94­\90\95p\93x\82ª\8d\82\82¢\81A\88ê\94Ê\93I\82È\83~\83X\82É\82æ\82Á\82Ä name<BR/>\r
-\82Ì\92l\82ª\88á\82Á\82Ä\82¢\82é\83P\81[\83X\82Æ\93¯\82\91Î\8f\88\96@\82Å\82·\81\8am\82©\82É Dim \95\82É\82æ\82Á\82Ä\8fÕ\93Ë\82ð\8c\9f\8fo\82µ\82½<BR/>\r
-\95û\82ª\91¬\82­\8c´\88ö\82ª\93Á\92è\82Å\82«\82Ü\82·\82ª\81A\8c\9f\8fo\82µ\82È\82­\82Ä\82à\88ê\94Ê\93I\82È\91Î\8f\88\96@\82Å\8dÏ\82Þ\82í\82¯\82Å\82·\81B</DIV>\r
-<DIV id="text94_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:38px; margin-top:5235px; line-height:15px; white-space:nowrap">\r
-\95Ï\90\94\96¼\82ª\8fÕ\93Ë\82·\82é\83~\83X\82Í\81ADim \95\82Ì\8bL\8fq\82ð\96Y\82ê\82é\83~\83X\82É\94ä\82×\82é\82Æ\81A\82©\82È\82è\94­\90\95p\93x\82ª<BR/>\r
-\92á\82¢\82Å\82·\81\8fÕ\93Ë\82·\82é\95p\93x\82ª\92á\82¢\97\9d\97R\82Í\81A\88Ó\96¡\82ª\88Ù\82È\82é\95Ï\90\94\82É\82Í\81A\92Ê\8fí\88Ù\82È\82é\96¼\91O\82ð<BR/>\r
-\95t\82¯\82é\82©\82ç\82Å\82·\81B Dim \95\82Ì\8bL\8fq\82ð\96Y\82ê\82é\82±\82Æ\82ª\91½\82¢\97\9d\97R\82©\82Í\81ADim \82ª\89½\82©\82ð\82·\82é<BR/>\r
-\96½\97ß\95\82Å\82Í\82È\82¢\82©\82ç\82Å\82·\81\89½\82©\82ð\82³\82¹\82é\82½\82ß\82É\8bL\8fq\82µ\82Ä\82¢\82é\82Æ\82«\82É\81A\82³\82¹\82é\82±\82Æ\82ª\91S\82Ä<BR/>\r
-\8bL\8fq\82Å\82«\82½\82ç\81A\8a®\90¬\82Æ\8ev\82¤\82©\82ç\82Å\82·\81B<BR/>\r
-<BR/>\r
-\88È\8fã\82©\82ç\81A\94­\90\95p\93x\82Æ\8fC\90³\83R\83X\83g\82ð\91\8d\8d\87\82µ\82Ä\8dl\82¦\82é\82Æ\81AOption Explicit \82ð\82Â\82¯\82½\95û\82ª<BR/>\r
-\83R\83X\83g\82ª\8d\82\82­\82È\82é\82Æ\82¢\82¤\82í\82¯\82Å\82·\81B</DIV>\r
-\r
-<v:line from="0,4148" to="582,4148"/>\r
-<v:line from="582,4148" to="582,6056"/>\r
-<v:line from="582,6056" to="0,6056"/>\r
-<v:line from="0,6056" to="0,4148"/>\r
-\r
-</PAGE>\r
\r
-<!-- page 95 --> \r
-<PAGE>\r
-<A id="svgcats_vml_p95" class="to_tree" style="margin-top:6061px;" onClick="selectTreeElem( '95' );">\81©</A>\r
-<A href="#svgcats_vml_p96" class="to_next_page" style="margin-top:6061px;">\81¥</A>\r
-<A href="#svgcats_vml_p94" class="to_prev_page" style="margin-top:6061px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:6072px; width:589px; height:2089px;" fillcolor="white"/>\r
-<DIV id="text95_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:6089px; line-height:15px; white-space:nowrap">\r
-<A name="name_space_contamination">\r
-\96¼\91O\8bó\8aÔ\82Ì\89\98\90õ\82Ì\91Î\8dô</A></DIV>\r
-<DIV id="text95_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:6122px; line-height:15px; white-space:nowrap">\r
-\83O\83\8d\81[\83o\83\8b\95Ï\90\94\82ð\81A\82P\82Â\82Ì\83I\83u\83W\83F\83N\83g\82É\82Ü\82Æ\82ß\82é\82Æ\81A\83A\83v\83\8a\83P\81[\83V\83\87\83\93\82â\91g\82Ý\8d\87\82í\82¹\82é<BR/>\r
-\83\89\83C\83u\83\89\83\8a\82ª\8eg\82¦\82é\83O\83\8d\81[\83o\83\8b\95Ï\90\94\96¼\82É\90§\8cÀ\82ª\8f­\82È\82­\82È\82è\82Ü\82·\81\8c¾\82¢\82©\82¦\82ê\82Î\81A\96¼\91O\8bó\8aÔ\82ð<BR/>\r
-\89\98\90õ\82·\82é\82±\82Æ\82ª\8dÅ\8f¬\8cÀ\82Ì\97}\82¦\82é\82±\82Æ\82ª\82Å\82«\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:70px; margin-top:6244px; width:196px; height:85px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text95_3" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:78px; margin-top:6250px; line-height:15px; white-space:nowrap">\r
-Sub&nbsp; SampleFunction()<BR/>\r
-&nbsp; &nbsp; Set g = g_VBScriptLibraryX<BR/>\r
-&nbsp; &nbsp; g.DoFunction<BR/>\r
-&nbsp; &nbsp; g.Variable = 1<BR/>\r
-End Sub</DIV>\r
-<DIV id="text95_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:43px; margin-top:7012px; line-height:15px; white-space:nowrap">\r
-\8aÖ\90\94\82Ì\92è\8b`\82Í\81A\83N\83\89\83X\82Ì\92\86\82Ì\83\81\83\\83b\83h\82É\92è\8b`\82µ\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:64px; margin-top:7247px; width:370px; height:250px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text95_5" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:72px; margin-top:7253px; line-height:15px; white-space:nowrap">\r
-Dim&nbsp; g_VBScriptLibraryX<BR/>\r
-Set&nbsp; g_VBScriptLibraryX = new VBScriptLibraryX_Class<BR/>\r
-<BR/>\r
-Class&nbsp; VBScriptLibraryX_Class<BR/>\r
-&nbsp; &nbsp; Public&nbsp; LibraryFunction<BR/>\r
-&nbsp; &nbsp; Public&nbsp; LibraryVariable<BR/>\r
-<BR/>\r
-&nbsp; &nbsp; Private Sub&nbsp; Class_Initialize()<BR/>\r
-&nbsp; &nbsp; &nbsp; &nbsp; Set g = Me<BR/>\r
-&nbsp; &nbsp; &nbsp; &nbsp; Set g.LibraryFunction = GetRef( "LibraryFunction" )<BR/>\r
-&nbsp; &nbsp; End Sub<BR/>\r
-End Class<BR/>\r
-<BR/>\r
-Sub&nbsp; LibraryFunction()<BR/>\r
-&nbsp; &nbsp; '// ...<BR/>\r
-End Sub</DIV>\r
-<DIV id="text95_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:43px; margin-top:7191px; line-height:15px; white-space:nowrap">\r
-\82·\82Å\82É\82 \82é\8aÖ\90\94\82Ì\92è\8b`\82©\82ç\81A\96¼\91O\8bó\8aÔ\82Ì\89\98\90õ\82É\91Î\8dô\82·\82é\82Ü\82Å\82Ì\88Ú\8ds\8aú\8aÔ\82Å\82Í\81A<BR/>\r
-\8e\9f\82Ì\82æ\82¤\82É\81A\8aÖ\90\94\82Ì\8eQ\8fÆ\82ð\83\81\83\93\83o\81[\95Ï\90\94\82É\91ã\93ü\82µ\82Ü\82·\81B<BR/>\r
-\81i\82È\82¨\81AVBScript \82Å\82Í\81A\93½\96¼\8aÖ\90\94\82ð\92è\8b`\82Å\82«\82Ü\82¹\82ñ\81B\81j</DIV>\r
-<v:rect style="position:absolute; margin-left:64px; margin-top:7035px; width:328px; height:130px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text95_7" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:72px; margin-top:7041px; line-height:15px; white-space:nowrap">\r
-Dim&nbsp; g_VBScriptLibraryX<BR/>\r
-Set&nbsp; g_VBScriptLibraryX = new VBScriptLibraryX_Class<BR/>\r
-<BR/>\r
-Class&nbsp; VBScriptLibraryX_Class<BR/>\r
-&nbsp; &nbsp; Public Sub&nbsp; LibraryFunction()<BR/>\r
-&nbsp; &nbsp; &nbsp; &nbsp; '// ...<BR/>\r
-&nbsp; &nbsp; End Sub<BR/>\r
-End Class</DIV>\r
-<DIV id="text95_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:51px; margin-top:7550px; line-height:15px; white-space:nowrap">\r
-VBScript \82Å\82Í\81A\83N\83\89\83X\82ð\83N\83\89\83X\82Ì\92\86\82É\93ü\82ê\82é\82±\82Æ\82ª\82Å\82«\82Ü\82¹\82ñ\81B<BR/>\r
-\83I\83u\83W\83F\83N\83g\82ð\90\90¬\82·\82é\83\81\83\\83b\83h\81inew_&lt;\83N\83\89\83X\96¼&gt;\81j\82ð\97p\88Ó\82µ\81A\8eÀ\8dÛ\82Ì\83N\83\89\83X\96¼\82Ì\90æ\93ª\82É\81A\8cÅ\97L<BR/>\r
-\82Ì\83\89\83C\83u\83\89\83\8a\82Ì\96¼\91O\82ð\95t\82¯\82é\82æ\82¤\82É\82µ\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:64px; margin-top:7605px; width:472px; height:250px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text95_9" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:72px; margin-top:7611px; line-height:15px; white-space:nowrap">\r
-Class&nbsp; VBScriptLibraryX_Class<BR/>\r
-&nbsp; &nbsp; Public&nbsp; new_SampleClass<BR/>\r
-<BR/>\r
-&nbsp; &nbsp; Private Sub&nbsp; Class_Initialize()<BR/>\r
-&nbsp; &nbsp; &nbsp; &nbsp; Set g = Me<BR/>\r
-&nbsp; &nbsp; &nbsp; &nbsp; Set g.new_SampleClass = GetRef( "new_VBScriptLibraryX_SampleClass" )<BR/>\r
-&nbsp; &nbsp; End Sub<BR/>\r
-End Class<BR/>\r
-<BR/>\r
-Class&nbsp; VBScriptLibraryX_SampleClass<BR/>\r
-&nbsp; &nbsp; '// ...<BR/>\r
-End Class<BR/>\r
-<BR/>\r
-Function&nbsp; new_VBScriptLibraryX_SampleClass()<BR/>\r
-&nbsp; &nbsp; Set new_VBScriptLibraryX_SampleClass = new VBScriptLibraryX_SampleClass<BR/>\r
-End Function</DIV>\r
-<v:rect style="position:absolute; margin-left:64px; margin-top:7907px; width:334px; height:70px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text95_10" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:72px; margin-top:7913px; line-height:15px; white-space:nowrap">\r
-Sub&nbsp; SampleFunction()<BR/>\r
-&nbsp; &nbsp; Set g = g_VBScriptLibraryX<BR/>\r
-&nbsp; &nbsp; Set object = g.new_VBScriptLibraryX_SampleClass()<BR/>\r
-End Sub</DIV>\r
-<DIV id="text95_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:51px; margin-top:7885px; line-height:15px; white-space:nowrap">\r
-\83I\83u\83W\83F\83N\83g\82ð\90\90¬\82·\82é\82Æ\82«\82Í\81A\8e\9f\82Ì\82æ\82¤\82É\82È\82è\82Ü\82·\81B</DIV>\r
-<v:roundrect style="position:absolute; margin-left:200px; margin-top:6086px; width:56px; height:20px;" arcsize="0.500000" fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text95_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:208px; margin-top:6089px; line-height:15px; white-space:nowrap">\r
-\96¢\8am\94F</DIV>\r
-<DIV id="text95_13" 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:6500px; line-height:15px; white-space:nowrap">\r
-<A name="name_spaced_variable">\r
-\95Ï\90\94</A></DIV>\r
-<DIV id="text95_14" 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:6984px; line-height:15px; white-space:nowrap">\r
-<A name="name_spaced_function">\r
-\8aÖ\90\94</A></DIV>\r
-<DIV id="text95_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:7521px; line-height:15px; white-space:nowrap">\r
-<A name="name_spaced_class">\r
-\83N\83\89\83X</A></DIV>\r
-<DIV id="text95_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:6185px; line-height:15px; white-space:nowrap">\r
-\82±\82Ì\96â\91è\82Ì\91Î\8dô\82Í\81A\83\89\83C\83u\83\89\83\8a\8cÅ\97L\82Ì\92·\82ß\82Ì\96¼\91O\82Ì\83O\83\8d\81[\83o\83\8b\95Ï\90\94\82ð\8eg\82¢\81A\83\89\83C\83u\83\89\83\8a\82ð<BR/>\r
-\8eg\82¤\82Æ\82«\82Í\81A\82P\95\8e\9a\82Ì\95Ï\90\94\82É\91ã\93ü\82µ\82Ä\82©\82ç\8eg\82¢\82Ü\82·\81\82È\82¨\81A\82·\82×\82Ä\82Ì\8aÖ\90\94\82Ì\90æ\93ª\82É\81A\82±\82Ì<BR/>\r
-\91ã\93ü\82ª\95K\97v\82É\82È\82è\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:64px; margin-top:6558px; width:328px; height:160px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text95_17" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:72px; margin-top:6564px; line-height:15px; white-space:nowrap">\r
-Dim&nbsp; g_VBScriptLibraryX<BR/>\r
-Set&nbsp; g_VBScriptLibraryX = new VBScriptLibraryX_Class<BR/>\r
-<BR/>\r
-Class&nbsp; VBScriptLibraryX_Class<BR/>\r
-&nbsp; &nbsp; Public&nbsp; LibraryVariable<BR/>\r
-<BR/>\r
-&nbsp; &nbsp; Private Sub&nbsp; Class_Initialize()<BR/>\r
-&nbsp; &nbsp; &nbsp; &nbsp; LibraryVariable = 1<BR/>\r
-&nbsp; &nbsp; End Sub<BR/>\r
-End Class</DIV>\r
-<DIV id="text95_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:39px; margin-top:6348px; line-height:15px; white-space:nowrap">\r
-<A href="#name_spaced_variable">\r
-\81¨ \95Ï\90\94</A></DIV>\r
-<DIV id="text95_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:39px; margin-top:6368px; line-height:15px; white-space:nowrap">\r
-<A href="#name_spaced_function">\r
-\81¨ \8aÖ\90\94</A></DIV>\r
-<DIV id="text95_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:39px; margin-top:6388px; line-height:15px; white-space:nowrap">\r
-<A href="#name_spaced_class">\r
-\81¨ \83N\83\89\83X</A></DIV>\r
-<DIV id="text95_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:43px; margin-top:6530px; line-height:15px; white-space:nowrap">\r
-\95Ï\90\94\82Í\81A\83\81\83\93\83o\81[\95Ï\90\94\82É\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text95_22" 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:8015px; line-height:15px; white-space:nowrap">\r
-<A name="name_space_dynamic_member">\r
-\83\81\83\93\83o\81[\95Ï\90\94\82Ì\8ag\92£</A></DIV>\r
-<DIV id="text95_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:51px; margin-top:8040px; line-height:15px; white-space:nowrap">\r
-VBScript \82Ì\83N\83\89\83X\82Í\81A\93®\93I\82É\83\81\83\93\83o\81[\95Ï\90\94\82ð\92Ç\89Á\82·\82é\82±\82Æ\82ª\82Å\82«\82Ü\82¹\82ñ\81B<BR/>\r
-\82±\82Ì\82½\82ß\81A\83\89\83C\83u\83\89\83\8a\82ª\81A\95¡\90\94\82Ì .vbs \83t\83@\83C\83\8b\82É\95ª\82©\82ê\82Ä\82¢\82é\82Æ\81A\8aÖ\90\94\82È\82Ç\82ð\82P\82Â\82Ì<BR/>\r
-\83N\83\89\83X\82Ì\83\81\83\\83b\83h\82É\82Ü\82Æ\82ß\82é\82±\82Æ\82ª\82Å\82«\82Ü\82¹\82ñ\81B</DIV>\r
-<DIV id="text95_24" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:51px; margin-top:8098px; line-height:15px; white-space:nowrap">\r
-\82P\82Â\82Ì\83t\83@\83C\83\8b\82É\8fW\82ß\82é\83X\83N\83\8a\83v\83g\82ð\93®\82©\82µ\82Ä\82©\82ç\81A\83\89\83C\83u\83\89\83\8a\82ð\93®\82©\82·\81i\8aÖ\90\94\92è\8b`\82·\82é\81j<BR/>\r
-\82Æ\82æ\82¢\82Å\82µ\82å\82¤\81B</DIV>\r
-<DIV id="text95_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:39px; margin-top:6408px; line-height:15px; white-space:nowrap">\r
-<A href="#name_space_dynamic_member">\r
-\81¨ \83\81\83\93\83o\81[\95Ï\90\94\82Ì\8ag\92£</A></DIV>\r
-<DIV id="text95_26" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:63px; margin-top:6445px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_11.html#get_ModuleConsts">\r
-\81¨ get_ModuleConsts : \83N\83\89\83X\82Ì\92è\90\94 (vbsool)</A></DIV>\r
-<DIV id="text95_27" 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:6445px; line-height:15px; white-space:nowrap">\r
-\8eQ\8dl</DIV>\r
-<DIV id="text95_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:43px; margin-top:6736px; line-height:15px; white-space:nowrap">\r
-\82·\82Å\82É\82 \82é\83O\83\8d\81[\83o\83\8b\95Ï\90\94\82Ì\92è\8b`\82©\82ç\81A\96¼\91O\8bó\8aÔ\82Ì\89\98\90õ\82É\91Î\8dô\82·\82é\82Ü\82Å\82Ì\88Ú\8ds\8aú\8aÔ\82Å\82Í\81A<BR/>\r
-\8e\9f\82Ì\82æ\82¤\82É\81A\83v\83\8d\83p\83e\83B\82ð\8eg\82¢\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:64px; margin-top:6774px; width:460px; height:160px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text95_29" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:72px; margin-top:6780px; line-height:15px; white-space:nowrap">\r
-Dim&nbsp; g_VBScriptLibraryX<BR/>\r
-Set&nbsp; g_VBScriptLibraryX = new VBScriptLibraryX_Class<BR/>\r
-<BR/>\r
-Class&nbsp; VBScriptLibraryX_Class<BR/>\r
-&nbsp; &nbsp; '//[Variable]<BR/>\r
-&nbsp; &nbsp; Public Property Let&nbsp; Variable( x ) : g_Variable = x : End Property<BR/>\r
-&nbsp; &nbsp; Public Property Get&nbsp; Variable() : Variable = g_Variable : End Property<BR/>\r
-End Class<BR/>\r
-<BR/>\r
-Dim&nbsp; g_Variable</DIV>\r
-\r
-<v:line from="0,6072" to="589,6072"/>\r
-<v:line from="589,6072" to="589,8161"/>\r
-<v:line from="589,8161" to="0,8161"/>\r
-<v:line from="0,8161" to="0,6072"/>\r
-\r
-</PAGE>\r
\r
-<!-- page 96 --> \r
-<PAGE>\r
-<A id="svgcats_vml_p96" class="to_tree" style="margin-top:8166px;" onClick="selectTreeElem( '96' );">\81©</A>\r
-<A href="#svgcats_vml_p97" class="to_next_page" style="margin-top:8166px;">\81¥</A>\r
-<A href="#svgcats_vml_p95" class="to_prev_page" style="margin-top:8166px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:8177px; width:599px; height:1661px;" fillcolor="white"/>\r
-<DIV id="text96_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:8194px; line-height:15px; white-space:nowrap">\r
-<A name="redim">\r
-\94z\97ñ\81AArray\81AReDim Preserve</A></DIV>\r
-<DIV id="text96_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:22px; margin-top:9750px; line-height:15px; white-space:nowrap">\r
-<A href="http://msdn.microsoft.com/library/ja/script56/html/vsstmDim.asp" target="_blank">\r
-\81¨ Dim \83X\83e\81[\83g\83\81\83\93\83g (Web)</A></DIV>\r
-<DIV id="text96_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:22px; margin-top:9770px; line-height:15px; white-space:nowrap">\r
-<A href="http://msdn.microsoft.com/library/ja/script56/html/vsstmRedim.asp" target="_blank">\r
-\81¨ ReDim \83X\83e\81[\83g\83\81\83\93\83g (Web)</A></DIV>\r
-<v:rect style="position:absolute; margin-left:27px; margin-top:8737px; width:250px; height:310px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text96_4" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:35px; margin-top:8743px; line-height:15px; white-space:nowrap">\r
-Dim&nbsp; a(), b<BR/>\r
-ReDim&nbsp; a(1), b(1)<BR/>\r
-a(1) = "abc"<BR/>\r
-WScript.Echo "1=" &amp; a(1)&nbsp; ' 1=abc<BR/>\r
-ReDim Preserve&nbsp; a(2)<BR/>\r
-WScript.Echo "0=" &amp; a(0)&nbsp; ' 0=<BR/>\r
-WScript.Echo "1=" &amp; a(1)&nbsp; ' 1=abc<BR/>\r
-WScript.Echo "2=" &amp; a(2)&nbsp; ' 2=<BR/>\r
-'WScript.Echo "3=" &amp; a(3)&nbsp; ' \83G\83\89\81[<BR/>\r
-<BR/>\r
-Array_echo( a )<BR/>\r
-<BR/>\r
-Sub Array_echo( arr )<BR/>\r
-&nbsp; Dim i<BR/>\r
-<BR/>\r
-&nbsp; WScript.Echo&nbsp; "UBound="&amp;UBound( arr )<BR/>\r
-&nbsp; For Each i In arr<BR/>\r
-&nbsp; &nbsp; WScript.Echo&nbsp; "each = " + i<BR/>\r
-&nbsp; Next<BR/>\r
-End Sub</DIV>\r
-<DIV id="text96_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:289px; margin-top:8810px; line-height:15px; white-space:nowrap">\r
-ReDim Preserve \82Í\81A\97v\91f\82Ì\93à\97e\82ð<BR/>\r
-\95Û\8e\9d\82µ\82½\82Ü\82Ü\81A\97v\91f\82Ì\90\94\82ð\95Ï\82¦\82é\81B</DIV>\r
-<DIV id="text96_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:289px; margin-top:8743px; line-height:15px; white-space:nowrap">\r
-ReDim \82·\82é\82È\82ç Dim&nbsp; \82Í\95s\97v\81B () \82à\95s\97v\81B<BR/>\r
-ReDim&nbsp; a(1) \82Å\81Aa(0)\81`a(1) \82ª\8eg\82¦\82é</DIV>\r
-<DIV id="text96_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:289px; margin-top:8986px; line-height:15px; white-space:nowrap">\r
-For Each \82ª\8eg\82¦\82é</DIV>\r
-<v:rect style="position:absolute; margin-left:27px; margin-top:9126px; width:76px; height:130px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text96_8" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:35px; margin-top:9132px; line-height:15px; white-space:nowrap">\r
-1=abc<BR/>\r
-0=<BR/>\r
-1=abc<BR/>\r
-2=<BR/>\r
-UBound=2<BR/>\r
-each =<BR/>\r
-each = abc<BR/>\r
-each =</DIV>\r
-<DIV id="text96_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:29px; margin-top:9106px; line-height:15px; white-space:nowrap">\r
-\8fo\97Í</DIV>\r
-<DIV id="text96_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:289px; margin-top:8924px; line-height:15px; white-space:nowrap">\r
-\94z\97ñ\82Í\88ø\90\94\82É\93n\82¹\82é</DIV>\r
-<DIV id="text96_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:27px; margin-top:8666px; line-height:15px; white-space:nowrap">\r
-Dim a() \82Æ\82·\82é\82Æ a \82Í\94z\97ñ\82É\82È\82è\82Ü\82·\82ª\81A\94z\97ñ\82É\8cÅ\92è\82³\82ê\82Ä\82µ\82Ü\82¢\82Ü\82·\81B<BR/>\r
-Dim b : ReDim b(1) \82Æ\82µ\82Ä\82à b \82Í\94z\97ñ\82É\82È\82è\81A\8cã\82Å b \82É\94z\97ñ\88È\8aO\82ð\8ai\94[\82·\82é\82±\82Æ\82à\82Å\82«\82Ü\82·\81B<BR/>\r
-Redim Preserve&nbsp; a(-1) \82à\82Å\82«\82Ü\82·\82ª\81AExcel \82Å\82Í a = Array() \82Æ\82·\82é\95K\97v\82ª\82 \82è\82Ü\82·\81B<BR/>\r
-\93ñ\8e\9f\8c³\94z\97ñ\82Í Redim&nbsp; a( 2, 3 ) \82Ì\82æ\82¤\82É\83R\83\93\83}\82Å\8bæ\90Ø\82è\82Ü\82·\81B</DIV>\r
-<DIV id="text96_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:8403px; line-height:15px; white-space:nowrap">\r
-{ 1, 2, 3 } \82Ì\82æ\82¤\82È\8f\89\8aú\89»\8eq\82Í\82 \82è\82Ü\82¹\82ñ\82ª\81Aa = Array( 1, 2, 3 ) \82Í\82Å\82«\82Ü\82·\81B<BR/>\r
-\8bó\97v\91f\82ð\8ew\92è\82µ\82½\82è\81A\8aK\91w\89»\82·\82é\82±\82Æ\82à\82Å\82«\82Ü\82·\81B</DIV>\r
-<DIV id="text96_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:20px; margin-top:9574px; line-height:15px; white-space:nowrap">\r
-<A name="array_add">\r
-\94z\97ñ\82Ì\8dÅ\8cã\82É\92Ç\89Á\82·\82é</A></DIV>\r
-<v:rect style="position:absolute; margin-left:27px; margin-top:9613px; width:256px; height:40px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text96_14" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:35px; margin-top:9619px; line-height:15px; white-space:nowrap">\r
-ReDim Preserve&nbsp; arr( UBound( arr ) + 1 )<BR/>\r
-arr( UBound( arr ) ) = 1234</DIV>\r
-<DIV id="text96_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:9656px; line-height:15px; white-space:nowrap">\r
-\94z\97ñ\82Ì\83\81\83\93\83o\95Ï\90\94\82É\91Î\82·\82é Redim \82Í\81A\83\81\83\93\83o\8aÖ\90\94\82Ì\92\86\82Å\82µ\82©\82Å\82«\82Ü\82¹\82ñ\81B</DIV>\r
-<DIV id="text96_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:9057px; line-height:15px; white-space:nowrap">\r
-\95Ô\82è\92l\82ð ReDim \82Å\94z\97ñ\82É\82·\82é\82±\82Æ\82Í\82Å\82«\82Ü\82¹\82ñ\82ª\81A\94z\97ñ\95Ï\90\94\82ð\95Ô\82è\92l\82É\91ã\93ü\82Å\82«\82Ü\82·\81B<BR/>\r
-\88ø\90\94\82É\93n\82µ\82½\94z\97ñ\82Í\81A\8aÖ\90\94\93à\82Å ReDim \82µ\82Ä\97v\91f\90\94\82ð\95Ï\82¦\82é\82±\82Æ\82ª\82Å\82«\82Ü\82·\81B</DIV>\r
-<DIV id="text96_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:22px; margin-top:9730px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_10.html#new_objs">\r
-\81¨ \83I\83u\83W\83F\83N\83g\82Ì\94z\97ñ\82ð\90\90¬\82·\82é new_ClassA_array</A></DIV>\r
-<DIV id="text96_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:22px; margin-top:9790px; line-height:15px; white-space:nowrap">\r
-<A href="http://www012.upp.so-net.ne.jp/scotchegg/VBScript/Array.htm" target="_blank">\r
-\81¨ Deep Decryption - VBScript Tips - \94z\97ñ\8dÄ\8dl (Web)</A></DIV>\r
-<DIV id="text96_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:20px; margin-top:9380px; line-height:15px; white-space:nowrap">\r
-<A name="copy_array">\r
-\94z\97ñ\91S\91Ì\82Ì\83R\83s\81[</A></DIV>\r
-<v:rect style="position:absolute; margin-left:34px; margin-top:9404px; width:118px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text96_20" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:42px; margin-top:9410px; line-height:15px; white-space:nowrap">\r
-Dim&nbsp; a, b<BR/>\r
-a = Array( 1, 2 )<BR/>\r
-b = a</DIV>\r
-<DIV id="text96_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:36px; margin-top:9468px; line-height:15px; white-space:nowrap">\r
-b = a \82Ì\82æ\82¤\82É\91ã\93ü\82·\82é\82Æ\81A\82·\82×\82Ä\82Ì\94z\97ñ\82Ì\97v\91f\82ð\83R\83s\81[\82µ\82Ü\82·\81B<BR/>\r
-C \8c¾\8cê\82Ì\82æ\82¤\82È\8eQ\8fÆ\82Å\82Í\82 \82è\82Ü\82¹\82ñ\81B<BR/>\r
-Dim&nbsp; b() \82Æ\90é\8c¾\82·\82é\82Æ\81A\83R\83s\81[\82Å\82«\82È\82­\82È\82è\82Ü\82·\81B<BR/>\r
-\8aÖ\90\94\82Ì\95Ô\82è\92l\82É\94z\97ñ\82ð\93n\82·\82±\82Æ\82à\82Å\82«\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:27px; margin-top:8453px; width:142px; height:160px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text96_22" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:35px; margin-top:8459px; line-height:15px; white-space:nowrap">\r
-Dim&nbsp; a<BR/>\r
-a = Array( 1, 2, 3 )<BR/>\r
-<BR/>\r
-a = Array( )<BR/>\r
-a = Array( 1 )<BR/>\r
-a = Array( 1, "ABC" )<BR/>\r
-a = Array( , "ABC" )<BR/>\r
-FuncA&nbsp; Array( _<BR/>\r
-&nbsp; Array( 1, "ABC" ),_<BR/>\r
-&nbsp; Array( 2, "DEF" ) )</DIV>\r
-<DIV id="text96_23" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:209px; margin-top:9620px; line-height:13px; white-space:nowrap">\r
-arr</DIV>\r
-<DIV id="text96_24" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:131px; margin-top:9620px; line-height:13px; white-space:nowrap">\r
-arr</DIV>\r
-<DIV id="text96_25" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:113px; margin-top:9635px; line-height:13px; white-space:nowrap">\r
-arr</DIV>\r
-<DIV id="text96_26" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:35px; margin-top:9635px; line-height:13px; white-space:nowrap">\r
-arr</DIV>\r
-<DIV id="text96_27" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:173px; margin-top:9635px; line-height:13px; white-space:nowrap">\r
-1234</DIV>\r
-<DIV id="text96_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:190px; margin-top:8473px; line-height:15px; white-space:nowrap">\r
-\81© Array \8aÖ\90\94\82Í\81A\94z\97ñ\82ð\95Ô\82µ\82Ü\82·\81B<BR/>\r
-\81@\81@a(0)=1, a(1)=2, a(2)=3, UBound(a)=\97v\91f\90\94-1<BR/>\r
-\81© \8bó\82Ì\94z\97ñ, UBound(a) = -1<BR/>\r
-\81© \97v\91f\90\94\82ª\82P\82Â\82Ì\94z\97ñ<BR/>\r
-\81© \90\94\92l\82Æ\95\8e\9a\97ñ\82ª\8d¬\8dÝ\82µ\82½\94z\97ñ<BR/>\r
-\81© \8bó\97v\91f\82ð\8aÜ\82Þ\94z\97ñ\81B VarType( a(0) ) = vbError<BR/>\r
-\81© \94z\97ñ\82ª\93ü\82Á\82Ä\82¢\82é\94z\97ñ\82ð\8aÖ\90\94 FuncA \82É\93n\82·</DIV>\r
-<DIV id="text96_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:209px; margin-top:8578px; line-height:15px; white-space:nowrap">\r
-<A name="structed_array">\r
-\81i\8aK\91w\89»\94z\97ñ\81j</A></DIV>\r
-<DIV id="text96_30" 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:8379px; line-height:15px; white-space:nowrap">\r
-<A name="array_func">\r
-Array \8aÖ\90\94</A></DIV>\r
-<DIV id="text96_31" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:20px; margin-top:8637px; line-height:15px; white-space:nowrap">\r
-<A name="dim_redim">\r
-Dim \82Æ ReDim</A></DIV>\r
-<DIV id="text96_32" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:8262px; line-height:15px; white-space:nowrap">\r
-<A href="#copy_array">\r
-\81¨ \94z\97ñ\91S\91Ì\82Ì\83R\83s\81[</A></DIV>\r
-<DIV id="text96_33" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:8280px; line-height:15px; white-space:nowrap">\r
-<A href="#array_add">\r
-\81¨ \94z\97ñ\82Ì\8dÅ\8cã\82É\92Ç\89Á\82·\82é</A></DIV>\r
-<DIV id="text96_34" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:8226px; line-height:15px; white-space:nowrap">\r
-<A href="#array_func">\r
-\81¨ Array \8aÖ\90\94</A></DIV>\r
-<DIV id="text96_35" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:8244px; line-height:15px; white-space:nowrap">\r
-<A href="#dim_redim">\r
-\81¨ Dim \82Æ ReDim</A></DIV>\r
-<DIV id="text96_36" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:8298px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_07.html#IsArray">\r
-\81¨ \94z\97ñ\82©\82Ç\82¤\82©\82Ì\94»\92è IsArray</A></DIV>\r
-<DIV id="text96_37" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:9285px; line-height:15px; white-space:nowrap">\r
-\94z\97ñ\82Ì\83\81\83\93\83o\95Ï\90\94\82É\91Î\82·\82é Redim \82Í\81A\83\81\83\93\83o\8aÖ\90\94\82Ì\92\86\82Å\82µ\82©\82Å\82«\82Ü\82¹\82ñ\81B<BR/>\r
-\83I\83u\83W\83F\83N\83g\82Ì\83\81\83\93\83o\82ð\8eQ\8fÆ\82·\82é\83s\83\8a\83I\83h\89\89\8eZ\8eq\82ð\8eg\82Á\82½\8e\9e\93_\82Å\81ARedim \82µ\82½\93à\97e\82Í<BR/>\r
-\83\81\83\93\83o\95Ï\90\94\82É\82Í\94½\89f\82³\82ê\82Ü\82¹\82ñ\81B<BR/>\r
-ArrayClass(vbslib) \82ð\8eg\82¦\82Î\81A\83N\83\89\83X\82Ì\8aO\82©\82ç\94z\97ñ\82Ì\97v\91f\90\94\82ð\95Ï\82¦\82é\82±\82Æ\82ª\82Å\82«\82Ü\82·\81B</DIV>\r
-<DIV id="text96_38" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:9679px; line-height:15px; white-space:nowrap">\r
-\8fã\8bL\82Ì\82æ\82¤\82É\81A\82P\97v\91f\82¸\82Â\91\9d\82â\82·\82Æ\81A\8f\88\97\9d\91¬\93x\82Í\82©\82È\82è\92x\82­\82È\82è\82Ü\82·\81B</DIV>\r
-<DIV id="text96_39" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:8316px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_14.html#speed_array_arg">\r
-\81¨ \88ø\90\94\82É\94z\97ñ\82ð\93n\82·\91¬\93x</A></DIV>\r
-<DIV id="text96_40" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:8334px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_14.html#speed_array_redim">\r
-\81¨ \94z\97ñ\97v\91f\82ð\92Ç\89Á\82·\82é\91¬\93x</A></DIV>\r
-\r
-<v:line from="0,8177" to="599,8177"/>\r
-<v:line from="599,8177" to="599,9838"/>\r
-<v:line from="599,9838" to="0,9838"/>\r
-<v:line from="0,9838" to="0,8177"/>\r
-\r
-</PAGE>\r
\r
-<!-- page 97 --> \r
-<PAGE>\r
-<A id="svgcats_vml_p97" class="to_tree" style="margin-top:9843px;" onClick="selectTreeElem( '97' );">\81©</A>\r
-<A href="vbs_memo_07.html#svgcats_vml_p98" class="to_next_page" style="margin-top:9843px;">\81¥</A>\r
-<A href="#svgcats_vml_p96" class="to_prev_page" style="margin-top:9843px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:9854px; width:478px; height:427px;" fillcolor="white"/>\r
-<DIV id="text97_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:9871px; line-height:15px; white-space:nowrap">\r
-<A name="Split">\r
-Split</A></DIV>\r
-<v:rect style="position:absolute; margin-left:34px; margin-top:10055px; width:262px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text97_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:42px; margin-top:10061px; line-height:15px; white-space:nowrap">\r
-Dim&nbsp; a, e<BR/>\r
-a = Split( "abc, 123 ,""ABC""", "," )<BR/>\r
-For Each e In a : echo "["+ e +"]" : Next</DIV>\r
-<v:rect style="position:absolute; margin-left:28px; margin-top:9903px; width:418px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text97_3" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:36px; margin-top:9910px; line-height:13px; white-space:nowrap">\r
-Function&nbsp; Split( Str as stirng, Term as string ) as Array of string</DIV>\r
-<DIV id="text97_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:36px; margin-top:9940px; line-height:15px; white-space:nowrap">\r
-\95\8e\9a\97ñ\82ð\81A\8ew\92è\82Ì\95\8e\9a\82Å\8bæ\90Ø\82Á\82Ä\81A\94z\97ñ\82É\8ai\94[\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text97_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:36px; margin-top:9966px; line-height:15px; white-space:nowrap">\r
-\81y\88ø\90\94\81z</DIV>\r
-<DIV id="text97_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:100px; margin-top:9966px; line-height:15px; white-space:nowrap">\r
-Str</DIV>\r
-<DIV id="text97_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:100px; margin-top:9985px; line-height:15px; white-space:nowrap">\r
-Term</DIV>\r
-<DIV id="text97_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:157px; margin-top:9966px; line-height:15px; white-space:nowrap">\r
-\95ª\8a\84\82µ\82æ\82¤\82Æ\82·\82é\95\8e\9a\97ñ</DIV>\r
-<DIV id="text97_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:157px; margin-top:9985px; line-height:15px; white-space:nowrap">\r
-\8bæ\90Ø\82è\95\8e\9a</DIV>\r
-<DIV id="text97_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:100px; margin-top:10004px; line-height:15px; white-space:nowrap">\r
-\95Ô\82è\92l</DIV>\r
-<DIV id="text97_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:157px; margin-top:10004px; line-height:15px; white-space:nowrap">\r
-\95ª\8a\84\82µ\82½\95\8e\9a\97ñ\82Ì\94z\97ñ</DIV>\r
-<DIV id="text97_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#0000FF; margin-left:176px; margin-top:9873px; line-height:12px; white-space:nowrap">\r
-<A href="#redim">\r
-[ \90e: vbs \82Ì\94z\97ñ ]</A></DIV>\r
-<DIV id="text97_13" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:49px; margin-top:10117px; line-height:15px; white-space:nowrap">\r
-a(0) = [abc]<BR/>\r
-a(1) = [ 123 ]<BR/>\r
-a(2) = ["ABC"]</DIV>\r
-<DIV id="text97_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:119px; margin-top:9870px; line-height:15px; white-space:nowrap">\r
-<A href="http://msdn.microsoft.com/ja-jp/library/cc410311.aspx" target="_blank">\r
-(Web)</A></DIV>\r
-<DIV id="text97_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:68px; margin-top:10233px; line-height:15px; white-space:nowrap">\r
-\81¨ MeltCSV</DIV>\r
-<DIV id="text97_16" 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:10233px; line-height:15px; white-space:nowrap">\r
-\8aÖ\98A</DIV>\r
-<DIV id="text97_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:10032px; line-height:15px; white-space:nowrap">\r
-\83T\83\93\83v\83\8b</DIV>\r
-<v:rect style="position:absolute; margin-left:34px; margin-top:10189px; width:274px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text97_18" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:42px; margin-top:10196px; line-height:13px; white-space:nowrap">\r
-Split( "a,b," )&nbsp; &nbsp;'// Array( "a", "b", "" )</DIV>\r
-\r
-<v:line from="0,9854" to="478,9854"/>\r
-<v:line from="478,9854" to="478,10281"/>\r
-<v:line from="478,10281" to="0,10281"/>\r
-<v:line from="0,10281" to="0,9854"/>\r
+<v:line from="0,9817" to="564,9817"/>\r
+<v:line from="564,9817" to="564,10136"/>\r
+<v:line from="564,10136" to="0,10136"/>\r
+<v:line from="0,10136" to="0,9817"/>\r
 \r
-<DIV style="position:absolute; margin-left:0px; margin-top:10281px;">\r
-<A id="svgcats_vml_p97" class="to_tree" onClick="selectTreeElem( '97' );">\81©</A></DIV>\r
-<DIV style="position:absolute; margin-left:20px; margin-top:10281px;">\r
+<DIV style="position:absolute; margin-left:0px; margin-top:10136px;">\r
+<A id="svgcats_vml_p103" class="to_tree" onClick="selectTreeElem( '103' );">\81©</A></DIV>\r
+<DIV style="position:absolute; margin-left:20px; margin-top:10136px;">\r
 <A id="page_group_bottom" href="vbs_memo_07.html#page_group_top" style="text-decoration:none;">\81«</A></DIV>\r
 </PAGE>\r
  \r