OSDN Git Service

Version 3.00
[vbslib/main.git] / _vbslib manual.files / vbslib.files / vbslib_tree.html
1 <HTML> \r
2 <HEAD>\r
3 <meta http-equiv="Content-Type" content="text/html; charset=shift_jis">\r
4 <TITLE>vbslib</TITLE>\r
5 <SCRIPT type="text/javascript">\r
6 <!--\r
7 /***********************************************************\r
8   <<< [init] HTML \83t\83@\83C\83\8b\82ð\83\8d\81[\83h\82µ\82½\8cã\82É\8eÀ\8ds\82·\82é\8f\88\97\9d >>>\r
9 ************************************************************/\r
10 function  init() {\r
11   if ( !document.getElementsByTagName )  return;\r
12 \r
13   // \91S\82Ä\82Ì\83m\81[\83h\82ð\95Â\82\82é\r
14   divs = document.getElementsByTagName( "div" );\r
15   for ( i = 0; i < divs.length; i++ ) {\r
16     if ( divs[i].className == "node" ) {\r
17       divs[i].style.display = "none";\r
18     }\r
19   }\r
20   sw_imgs = document.getElementsByTagName( "IMG" );\r
21   for ( i = 0; i < sw_imgs.length; i++ ) {\r
22     if ( sw_imgs[i].className == "sw_img" ) {\r
23       s = sw_imgs[i].src;\r
24       sw_imgs[i].src = "../files.files/t_plus"+ s.substring( s.length - 5, s.length - 4 ) +".gif";\r
25     }\r
26   }\r
27 \r
28   // URL \82Ì # \88È\8d~\82ð name \91®\90«\82É\8e\9d\82Â\83c\83\8a\81[\97v\91f\82ð\91I\91ð\82·\82é\r
29   s = self.location.href;\r
30   i = s.indexOf( "#" );  if ( i == -1 )  return;\r
31   sub = s.substring( i + 1 );\r
32 \r
33   selectTreeElem( sub );\r
34 }\r
35 \r
36 \r
37 /***********************************************************\r
38   <<< [sw] \83c\83\8a\81[\83m\81[\83h\82ð\8aJ\82­\82©\95Â\82\82é >>>\r
39 ************************************************************/\r
40 function  sw( node_name, edge_flag, url, target, open_flag ) {\r
41   var sw       = document.getElementById( node_name + "_sw" );\r
42   var icon     = document.getElementById( node_name + "_icon" );\r
43   var children = document.getElementById( node_name + "_children" );\r
44 \r
45   if ( children.style.display == "block" ) { /* \8aJ\82¢\82Ä\82¢\82½\82Æ\82«\81A\95Â\82\82é */\r
46     if ( open_flag != 1 ) {\r
47       sw.src = "../files.files/t_plus" + edge_flag + ".gif";\r
48       icon.src = "../files.files/t_node.gif";\r
49       children.style.display = "none";\r
50     }\r
51   }\r
52   else { /* \95Â\82\82Ä\82¢\82½\82Æ\82«\81A\8aJ\82¯\82é */\r
53     if ( open_flag != 0 ) {\r
54       sw.src = "../files.files/t_minus" + edge_flag + ".gif";\r
55       icon.src = "../files.files/t_open.gif";\r
56       children.style.display = "block";\r
57     }\r
58   }\r
59 \r
60   if ( url != '' )\r
61     target.location.href = url;\r
62 \r
63   return false;\r
64 }\r
65 \r
66 \r
67 /***********************************************************\r
68   <<< [selectTreeElem] \83c\83\8a\81[\97v\91f\82ð\91I\91ð\82·\82é >>>\r
69 ************************************************************/\r
70 function  selectTreeElem( elem_id )\r
71 {\r
72   // \83m\81[\83h\94Ô\8d\86\82ð\93¾\82é\r
73   for ( i = 0; i < g_elem_ids.length; i++ )\r
74     if ( g_elem_ids[i] == elem_id )  break;\r
75   iNode = i;\r
76 \r
77   // \90e\82ð\8aJ\82¢\82Ä\82¢\82­\r
78   for (;;) {\r
79     i = g_parents[ i ];\r
80     if ( i == -1 )  break;\r
81 \r
82     sw( "node" + i, g_flags[ i ], '', null, 1 );\r
83   }\r
84 \r
85   // \83c\83\8a\81[\83m\81[\83h\82ð\91I\91ð\82·\82é\r
86   nodes = document.getElementsByName( elem_id );\r
87   if ( nodes.length > 0 )  nodes[0].focus();\r
88 }\r
89 \r
90 /************************************************************/\r
91 // -->\r
92 </SCRIPT>\r
93 <STYLE type="text/css">\r
94 div.tree  { font-size:10pt;  vertical-align:middle; line-height:14px; }\r
95 span.text { cursor:hand; color:black; text-decoration:none; }\r
96 img       { vertical-align:middle; border:0; }\r
97 </STYLE>\r
98 </HEAD>\r
99 <BODY onload="init()" bgcolor="#CCDDCC">\r
100 \r
101 <DIV class="tree"><NOBR>\r
102 \r
103  \r
104   <A href="vbslib_01.html#svgcats_vml_p1" target="main" name="svgcats_index_p1"><IMG src="../files.files/t_file.gif" class="clickable"><SPAN class="text" name="svgcats_index_p1_text"> \r
105    vbslib3</SPAN></A><BR>\r
106  \r
107   <IMG src="../files.files/t_edge.gif"\r
108    /><A href="vbslib_01.html#svgcats_vml_p2" target="main" name="svgcats_index_p2"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p2_text"> \r
109    \96Ú\8e\9f</SPAN></A><BR>\r
110  \r
111   <IMG src="../files.files/t_edge.gif"\r
112    /><A href="vbslib_01.html#svgcats_vml_p3" target="main" name="svgcats_index_p3"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p3_text"> \r
113    \82Í\82\82ß\82É \81ivbslib \83w\83b\83_, vbslib \83t\83H\83\8b\83_\81j</SPAN></A><BR>\r
114  \r
115 <SPAN class="sw" onclick="return sw('node4','3','',parent.main,-1);"><IMG name="node4_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
116 ><SPAN class="sw" onclick="return sw('node4','3','vbslib_01.html#svgcats_vml_p4',parent.main,-1);"><IMG name="node4_icon" src="../files.files/t_node.gif"></SPAN\r
117 ><A href="vbslib_01.html#svgcats_vml_p4" target="main" name="svgcats_index_p4"><SPAN class="text" name="node4_text"\r
118\83\86\81[\83U\83C\83\93\83^\81[\83t\83F\83C\83X</SPAN></A><BR>\r
119 <DIV class="node" id="node4_children">\r
120 \r
121  \r
122 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node5','3','',parent.main,-1);"><IMG name="node5_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
123 ><SPAN class="sw" onclick="return sw('node5','3','vbslib_01.html#svgcats_vml_p5',parent.main,-1);"><IMG name="node5_icon" src="../files.files/t_node.gif"></SPAN\r
124 ><A href="vbslib_01.html#svgcats_vml_p5" target="main" name="svgcats_index_p5"><SPAN class="text" name="node5_text"\r
125 > echo</SPAN></A><BR>\r
126 <DIV class="node" id="node5_children">\r
127 \r
128  \r
129   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
130    /><A href="vbslib_01.html#svgcats_vml_p6" target="main" name="svgcats_index_p6"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p6_text"> \r
131    echo_flush</SPAN></A><BR>\r
132  \r
133   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
134    /><A href="vbslib_01.html#svgcats_vml_p7" target="main" name="svgcats_index_p7"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p7_text"> \r
135    EchoOff \83I\83u\83W\83F\83N\83g</SPAN></A><BR>\r
136  \r
137   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
138    /><A href="vbslib_01.html#svgcats_vml_p8" target="main" name="svgcats_index_p8"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p8_text"> \r
139    DisableEchoOff</SPAN></A><BR>\r
140  \r
141   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
142    /><A href="vbslib_01.html#svgcats_vml_p9" target="main" name="svgcats_index_p9"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p9_text"> \r
143    echo_r</SPAN></A><BR>\r
144  \r
145 \r
146 </DIV>\r
147 \r
148 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node10','3','',parent.main,-1);"><IMG name="node10_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
149 ><SPAN class="sw" onclick="return sw('node10','3','vbslib_01.html#svgcats_vml_p10',parent.main,-1);"><IMG name="node10_icon" src="../files.files/t_node.gif"></SPAN\r
150 ><A href="vbslib_01.html#svgcats_vml_p10" target="main" name="svgcats_index_p10"><SPAN class="text" name="node10_text"\r
151 > pause</SPAN></A><BR>\r
152 <DIV class="node" id="node10_children">\r
153 \r
154  \r
155   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
156    /><A href="vbslib_01.html#svgcats_vml_p11" target="main" name="svgcats_index_p11"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p11_text"> \r
157    pause2</SPAN></A><BR>\r
158  \r
159 \r
160 </DIV>\r
161 \r
162 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node12','3','',parent.main,-1);"><IMG name="node12_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
163 ><SPAN class="sw" onclick="return sw('node12','3','vbslib_01.html#svgcats_vml_p12',parent.main,-1);"><IMG name="node12_icon" src="../files.files/t_node.gif"></SPAN\r
164 ><A href="vbslib_01.html#svgcats_vml_p12" target="main" name="svgcats_index_p12"><SPAN class="text" name="node12_text"\r
165 > input</SPAN></A><BR>\r
166 <DIV class="node" id="node12_children">\r
167 \r
168  \r
169   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
170    /><A href="vbslib_01.html#svgcats_vml_p13" target="main" name="svgcats_index_p13"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p13_text"> \r
171    \8e©\93®\93ü\97Í (set_input)</SPAN></A><BR>\r
172  \r
173   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
174    /><A href="vbslib_01.html#svgcats_vml_p14" target="main" name="svgcats_index_p14"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p14_text"> \r
175    set_input</SPAN></A><BR>\r
176  \r
177 <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node15','3','',parent.main,-1);"><IMG name="node15_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
178 ><SPAN class="sw" onclick="return sw('node15','3','vbslib_01.html#svgcats_vml_p15',parent.main,-1);"><IMG name="node15_icon" src="../files.files/t_node.gif"></SPAN\r
179 ><A href="vbslib_01.html#svgcats_vml_p15" target="main" name="svgcats_index_p15"><SPAN class="text" name="node15_text"\r
180 > /set_input \83I\83v\83V\83\87\83\93\81Ag_CUI.SetAutoKeysFromMainArg</SPAN></A><BR>\r
181 <DIV class="node" id="node15_children">\r
182 \r
183  \r
184   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
185    /><A href="vbslib_01.html#svgcats_vml_p16" target="main" name="svgcats_index_p16"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p16_text"> \r
186    g_CUI.m_Auto_DebugCount\81A/set_input_debug \83I\83v\83V\83\87\83\93</SPAN></A><BR>\r
187  \r
188 \r
189 </DIV>\r
190 \r
191   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
192    /><A href="vbslib_01.html#svgcats_vml_p17" target="main" name="svgcats_index_p17"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p17_text"> \r
193    /GUI_input \83I\83v\83V\83\87\83\93</SPAN></A><BR>\r
194  \r
195   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
196    /><A href="vbslib_01.html#svgcats_vml_p18" target="main" name="svgcats_index_p18"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p18_text"> \r
197    InputPath</SPAN></A><BR>\r
198  \r
199 \r
200 </DIV>\r
201 \r
202   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
203    /><A href="vbslib_01.html#svgcats_vml_p19" target="main" name="svgcats_index_p19"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p19_text"> \r
204    SendKeys</SPAN></A><BR>\r
205  \r
206 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node20','3','',parent.main,-1);"><IMG name="node20_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
207 ><SPAN class="sw" onclick="return sw('node20','3','vbslib_01.html#svgcats_vml_p20',parent.main,-1);"><IMG name="node20_icon" src="../files.files/t_node.gif"></SPAN\r
208 ><A href="vbslib_01.html#svgcats_vml_p20" target="main" name="svgcats_index_p20"><SPAN class="text" name="node20_text"\r
209 > Play</SPAN></A><BR>\r
210 <DIV class="node" id="node20_children">\r
211 \r
212  \r
213   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
214    /><A href="vbslib_01.html#svgcats_vml_p21" target="main" name="svgcats_index_p21"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p21_text"> \r
215    WaitForSound</SPAN></A><BR>\r
216  \r
217   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
218    /><A href="vbslib_01.html#svgcats_vml_p22" target="main" name="svgcats_index_p22"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p22_text"> \r
219    SetVolume</SPAN></A><BR>\r
220  \r
221 \r
222 </DIV>\r
223 \r
224   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
225    /><A href="vbslib_01.html#svgcats_vml_p23" target="main" name="svgcats_index_p23"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p23_text"> \r
226    SystemSound</SPAN></A><BR>\r
227  \r
228 \r
229 </DIV>\r
230 \r
231 <SPAN class="sw" onclick="return sw('node24','3','',parent.main,-1);"><IMG name="node24_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
232 ><SPAN class="sw" onclick="return sw('node24','3','vbslib_02.html#svgcats_vml_p24',parent.main,-1);"><IMG name="node24_icon" src="../files.files/t_node.gif"></SPAN\r
233 ><A href="vbslib_02.html#svgcats_vml_p24" target="main" name="svgcats_index_p24"><SPAN class="text" name="node24_text"\r
234\83t\83@\83C\83\8b\91\80\8dì</SPAN></A><BR>\r
235 <DIV class="node" id="node24_children">\r
236 \r
237  \r
238 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node25','3','',parent.main,-1);"><IMG name="node25_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
239 ><SPAN class="sw" onclick="return sw('node25','3','vbslib_02.html#svgcats_vml_p25',parent.main,-1);"><IMG name="node25_icon" src="../files.files/t_node.gif"></SPAN\r
240 ><A href="vbslib_02.html#svgcats_vml_p25" target="main" name="svgcats_index_p25"><SPAN class="text" name="node25_text"\r
241 > cd</SPAN></A><BR>\r
242 <DIV class="node" id="node25_children">\r
243 \r
244  \r
245   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
246    /><A href="vbslib_02.html#svgcats_vml_p26" target="main" name="svgcats_index_p26"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p26_text"> \r
247    CurDirStack</SPAN></A><BR>\r
248  \r
249   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
250    /><A href="vbslib_02.html#svgcats_vml_p27" target="main" name="svgcats_index_p27"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p27_text"> \r
251    pushd</SPAN></A><BR>\r
252  \r
253   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
254    /><A href="vbslib_02.html#svgcats_vml_p28" target="main" name="svgcats_index_p28"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p28_text"> \r
255    popd</SPAN></A><BR>\r
256  \r
257 \r
258 </DIV>\r
259 \r
260 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node29','3','',parent.main,-1);"><IMG name="node29_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
261 ><SPAN class="sw" onclick="return sw('node29','3','vbslib_02.html#svgcats_vml_p29',parent.main,-1);"><IMG name="node29_icon" src="../files.files/t_node.gif"></SPAN\r
262 ><A href="vbslib_02.html#svgcats_vml_p29" target="main" name="svgcats_index_p29"><SPAN class="text" name="node29_text"\r
263 > copy</SPAN></A><BR>\r
264 <DIV class="node" id="node29_children">\r
265 \r
266  \r
267   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
268    /><A href="vbslib_02.html#svgcats_vml_p30" target="main" name="svgcats_index_p30"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p30_text"> \r
269    SafeFileUpdate</SPAN></A><BR>\r
270  \r
271 \r
272 </DIV>\r
273 \r
274   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
275    /><A href="vbslib_02.html#svgcats_vml_p31" target="main" name="svgcats_index_p31"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p31_text"> \r
276    move</SPAN></A><BR>\r
277  \r
278 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node32','3','',parent.main,-1);"><IMG name="node32_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
279 ><SPAN class="sw" onclick="return sw('node32','3','vbslib_02.html#svgcats_vml_p32',parent.main,-1);"><IMG name="node32_icon" src="../files.files/t_node.gif"></SPAN\r
280 ><A href="vbslib_02.html#svgcats_vml_p32" target="main" name="svgcats_index_p32"><SPAN class="text" name="node32_text"\r
281 > unzip</SPAN></A><BR>\r
282 <DIV class="node" id="node32_children">\r
283 \r
284  \r
285   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
286    /><A href="vbslib_02.html#svgcats_vml_p33" target="main" name="svgcats_index_p33"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p33_text"> \r
287    zip \88³\8fk\93W\8aJ</SPAN></A><BR>\r
288  \r
289   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
290    /><A href="vbslib_02.html#svgcats_vml_p34" target="main" name="svgcats_index_p34"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p34_text"> \r
291    unzip2</SPAN></A><BR>\r
292  \r
293 \r
294 </DIV>\r
295 \r
296   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
297    /><A href="vbslib_02.html#svgcats_vml_p35" target="main" name="svgcats_index_p35"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p35_text"> \r
298    ren</SPAN></A><BR>\r
299  \r
300 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node36','3','',parent.main,-1);"><IMG name="node36_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
301 ><SPAN class="sw" onclick="return sw('node36','3','vbslib_02.html#svgcats_vml_p36',parent.main,-1);"><IMG name="node36_icon" src="../files.files/t_node.gif"></SPAN\r
302 ><A href="vbslib_02.html#svgcats_vml_p36" target="main" name="svgcats_index_p36"><SPAN class="text" name="node36_text"\r
303 > del</SPAN></A><BR>\r
304 <DIV class="node" id="node36_children">\r
305 \r
306  \r
307   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
308    /><A href="vbslib_02.html#svgcats_vml_p37" target="main" name="svgcats_index_p37"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p37_text"> \r
309    del_subfolder</SPAN></A><BR>\r
310  \r
311   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
312    /><A href="vbslib_02.html#svgcats_vml_p38" target="main" name="svgcats_index_p38"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p38_text"> \r
313    del_to_trashbox</SPAN></A><BR>\r
314  \r
315   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
316    /><A href="vbslib_02.html#svgcats_vml_p39" target="main" name="svgcats_index_p39"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p39_text"> \r
317    del_confirmed</SPAN></A><BR>\r
318  \r
319 \r
320 </DIV>\r
321 \r
322 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node40','3','',parent.main,-1);"><IMG name="node40_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
323 ><SPAN class="sw" onclick="return sw('node40','3','vbslib_02.html#svgcats_vml_p40',parent.main,-1);"><IMG name="node40_icon" src="../files.files/t_node.gif"></SPAN\r
324 ><A href="vbslib_02.html#svgcats_vml_p40" target="main" name="svgcats_index_p40"><SPAN class="text" name="node40_text"\r
325 > mkdir</SPAN></A><BR>\r
326 <DIV class="node" id="node40_children">\r
327 \r
328  \r
329   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
330    /><A href="vbslib_02.html#svgcats_vml_p41" target="main" name="svgcats_index_p41"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p41_text"> \r
331    mkdir_for</SPAN></A><BR>\r
332  \r
333   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
334    /><A href="vbslib_02.html#svgcats_vml_p42" target="main" name="svgcats_index_p42"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p42_text"> \r
335    rmdir</SPAN></A><BR>\r
336  \r
337 \r
338 </DIV>\r
339 \r
340   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
341    /><A href="vbslib_02.html#svgcats_vml_p43" target="main" name="svgcats_index_p43"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p43_text"> \r
342    exist</SPAN></A><BR>\r
343  \r
344 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node44','3','',parent.main,-1);"><IMG name="node44_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
345 ><SPAN class="sw" onclick="return sw('node44','3','vbslib_02.html#svgcats_vml_p44',parent.main,-1);"><IMG name="node44_icon" src="../files.files/t_node.gif"></SPAN\r
346 ><A href="vbslib_02.html#svgcats_vml_p44" target="main" name="svgcats_index_p44"><SPAN class="text" name="node44_text"\r
347 > fc</SPAN></A><BR>\r
348 <DIV class="node" id="node44_children">\r
349 \r
350  \r
351   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
352    /><A href="vbslib_02.html#svgcats_vml_p45" target="main" name="svgcats_index_p45"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p45_text"> \r
353    fc_r</SPAN></A><BR>\r
354  \r
355   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
356    /><A href="vbslib_02.html#svgcats_vml_p46" target="main" name="svgcats_index_p46"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p46_text"> \r
357    fc_ex</SPAN></A><BR>\r
358  \r
359   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
360    /><A href="vbslib_02.html#svgcats_vml_p47" target="main" name="svgcats_index_p47"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p47_text"> \r
361    set_fc_option</SPAN></A><BR>\r
362  \r
363 \r
364 </DIV>\r
365 \r
366 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node48','3','',parent.main,-1);"><IMG name="node48_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
367 ><SPAN class="sw" onclick="return sw('node48','3','vbslib_02.html#svgcats_vml_p48',parent.main,-1);"><IMG name="node48_icon" src="../files.files/t_node.gif"></SPAN\r
368 ><A href="vbslib_02.html#svgcats_vml_p48" target="main" name="svgcats_index_p48"><SPAN class="text" name="node48_text"\r
369 > find</SPAN></A><BR>\r
370 <DIV class="node" id="node48_children">\r
371 \r
372  \r
373   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
374    /><A href="vbslib_02.html#svgcats_vml_p49" target="main" name="svgcats_index_p49"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p49_text"> \r
375    find_c</SPAN></A><BR>\r
376  \r
377 \r
378 </DIV>\r
379 \r
380 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node50','3','',parent.main,-1);"><IMG name="node50_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
381 ><SPAN class="sw" onclick="return sw('node50','3','vbslib_03.html#svgcats_vml_p50',parent.main,-1);"><IMG name="node50_icon" src="../files.files/t_node.gif"></SPAN\r
382 ><A href="vbslib_03.html#svgcats_vml_p50" target="main" name="svgcats_index_p50"><SPAN class="text" name="node50_text"\r
383 > type_</SPAN></A><BR>\r
384 <DIV class="node" id="node50_children">\r
385 \r
386  \r
387   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
388    /><A href="vbslib_03.html#svgcats_vml_p51" target="main" name="svgcats_index_p51"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p51_text"> \r
389    ReadFile</SPAN></A><BR>\r
390  \r
391   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
392    /><A href="vbslib_03.html#svgcats_vml_p52" target="main" name="svgcats_index_p52"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p52_text"> \r
393    ReadAll</SPAN></A><BR>\r
394  \r
395 \r
396 </DIV>\r
397 \r
398 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node53','3','',parent.main,-1);"><IMG name="node53_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
399 ><SPAN class="sw" onclick="return sw('node53','3','vbslib_03.html#svgcats_vml_p53',parent.main,-1);"><IMG name="node53_icon" src="../files.files/t_node.gif"></SPAN\r
400 ><A href="vbslib_03.html#svgcats_vml_p53" target="main" name="svgcats_index_p53"><SPAN class="text" name="node53_text"\r
401 > Out of Writable \8cx\8d\90 [E_OutOfWritable]</SPAN></A><BR>\r
402 <DIV class="node" id="node53_children">\r
403 \r
404  \r
405   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
406    /><A href="vbslib_03.html#svgcats_vml_p54" target="main" name="svgcats_index_p54"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p54_text"> \r
407    AppKeyClass::NewWritable</SPAN></A><BR>\r
408  \r
409   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
410    /><A href="vbslib_03.html#svgcats_vml_p55" target="main" name="svgcats_index_p55"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p55_text"> \r
411    Writables::Enable</SPAN></A><BR>\r
412  \r
413   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
414    /><A href="vbslib_03.html#svgcats_vml_p56" target="main" name="svgcats_index_p56"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p56_text"> \r
415    SetWritableMode</SPAN></A><BR>\r
416  \r
417 \r
418 </DIV>\r
419 \r
420 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node57','3','',parent.main,-1);"><IMG name="node57_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
421 ><SPAN class="sw" onclick="return sw('node57','3','vbslib_03.html#svgcats_vml_p57',parent.main,-1);"><IMG name="node57_icon" src="../files.files/t_node.gif"></SPAN\r
422 ><A href="vbslib_03.html#svgcats_vml_p57" target="main" name="svgcats_index_p57"><SPAN class="text" name="node57_text"\r
423\83e\83\93\83|\83\89\83\8a\81E\83t\83H\83\8b\83_</SPAN></A><BR>\r
424 <DIV class="node" id="node57_children">\r
425 \r
426  \r
427   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
428    /><A href="vbslib_03.html#svgcats_vml_p58" target="main" name="svgcats_index_p58"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p58_text"> \r
429    GetTempPath</SPAN></A><BR>\r
430  \r
431 \r
432 </DIV>\r
433 \r
434   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
435    /><A href="vbslib_03.html#svgcats_vml_p59" target="main" name="svgcats_index_p59"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p59_text"> \r
436    SetBreakByFName</SPAN></A><BR>\r
437  \r
438   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
439    /><A href="vbslib_03.html#svgcats_vml_p60" target="main" name="svgcats_index_p60"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p60_text"> \r
440    OpenForRead</SPAN></A><BR>\r
441  \r
442 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node61','3','',parent.main,-1);"><IMG name="node61_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
443 ><SPAN class="sw" onclick="return sw('node61','3','vbslib_03.html#svgcats_vml_p61',parent.main,-1);"><IMG name="node61_icon" src="../files.files/t_node.gif"></SPAN\r
444 ><A href="vbslib_03.html#svgcats_vml_p61" target="main" name="svgcats_index_p61"><SPAN class="text" name="node61_text"\r
445 > OpenForWrite</SPAN></A><BR>\r
446 <DIV class="node" id="node61_children">\r
447 \r
448  \r
449   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
450    /><A href="vbslib_03.html#svgcats_vml_p62" target="main" name="svgcats_index_p62"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p62_text"> \r
451    CreateFile</SPAN></A><BR>\r
452  \r
453   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
454    /><A href="vbslib_03.html#svgcats_vml_p63" target="main" name="svgcats_index_p63"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p63_text"> \r
455    WriteVBSLibHeader</SPAN></A><BR>\r
456  \r
457   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
458    /><A href="vbslib_03.html#svgcats_vml_p64" target="main" name="svgcats_index_p64"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p64_text"> \r
459    TextFileCreateFormat::Set_</SPAN></A><BR>\r
460  \r
461 \r
462 </DIV>\r
463 \r
464 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node65','3','',parent.main,-1);"><IMG name="node65_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
465 ><SPAN class="sw" onclick="return sw('node65','3','vbslib_03.html#svgcats_vml_p65',parent.main,-1);"><IMG name="node65_icon" src="../files.files/t_node.gif"></SPAN\r
466 ><A href="vbslib_03.html#svgcats_vml_p65" target="main" name="svgcats_index_p65"><SPAN class="text" name="node65_text"\r
467 > GetAbsPath</SPAN></A><BR>\r
468 <DIV class="node" id="node65_children">\r
469 \r
470  \r
471   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
472    /><A href="vbslib_03.html#svgcats_vml_p66" target="main" name="svgcats_index_p66"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p66_text"> \r
473    GetStepPath</SPAN></A><BR>\r
474  \r
475   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
476    /><A href="vbslib_03.html#svgcats_vml_p67" target="main" name="svgcats_index_p67"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p67_text"> \r
477    GetParentAbsPath</SPAN></A><BR>\r
478  \r
479   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
480    /><A href="vbslib_03.html#svgcats_vml_p68" target="main" name="svgcats_index_p68"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p68_text"> \r
481    IsAbsPath</SPAN></A><BR>\r
482  \r
483   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
484    /><A href="vbslib_03.html#svgcats_vml_p69" target="main" name="svgcats_index_p69"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p69_text"> \r
485    GetTagJumpPath</SPAN></A><BR>\r
486  \r
487 \r
488 </DIV>\r
489 \r
490 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node70','3','',parent.main,-1);"><IMG name="node70_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
491 ><SPAN class="sw" onclick="return sw('node70','3','vbslib_03.html#svgcats_vml_p70',parent.main,-1);"><IMG name="node70_icon" src="../files.files/t_node.gif"></SPAN\r
492 ><A href="vbslib_03.html#svgcats_vml_p70" target="main" name="svgcats_index_p70"><SPAN class="text" name="node70_text"\r
493 > ExpandWildcard</SPAN></A><BR>\r
494 <DIV class="node" id="node70_children">\r
495 \r
496  \r
497   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
498    /><A href="vbslib_03.html#svgcats_vml_p71" target="main" name="svgcats_index_p71"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p71_text"> \r
499    IsWildcard</SPAN></A><BR>\r
500  \r
501   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
502    /><A href="vbslib_03.html#svgcats_vml_p72" target="main" name="svgcats_index_p72"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p72_text"> \r
503    EnumFolderObject</SPAN></A><BR>\r
504  \r
505   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
506    /><A href="vbslib_04.html#svgcats_vml_p73" target="main" name="svgcats_index_p73"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p73_text"> \r
507    GetSubFolders</SPAN></A><BR>\r
508  \r
509   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
510    /><A href="vbslib_04.html#svgcats_vml_p74" target="main" name="svgcats_index_p74"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p74_text"> \r
511    RemoveWildcard</SPAN></A><BR>\r
512  \r
513 \r
514 </DIV>\r
515 \r
516 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node75','3','',parent.main,-1);"><IMG name="node75_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
517 ><SPAN class="sw" onclick="return sw('node75','3','vbslib_04.html#svgcats_vml_p75',parent.main,-1);"><IMG name="node75_icon" src="../files.files/t_node.gif"></SPAN\r
518 ><A href="vbslib_04.html#svgcats_vml_p75" target="main" name="svgcats_index_p75"><SPAN class="text" name="node75_text"\r
519 > MeltCSV</SPAN></A><BR>\r
520 <DIV class="node" id="node75_children">\r
521 \r
522  \r
523   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
524    /><A href="vbslib_04.html#svgcats_vml_p76" target="main" name="svgcats_index_p76"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p76_text"> \r
525    CSVText</SPAN></A><BR>\r
526  \r
527 \r
528 </DIV>\r
529 \r
530 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node77','3','',parent.main,-1);"><IMG name="node77_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
531 ><SPAN class="sw" onclick="return sw('node77','3','vbslib_04.html#svgcats_vml_p77',parent.main,-1);"><IMG name="node77_icon" src="../files.files/t_node.gif"></SPAN\r
532 ><A href="vbslib_04.html#svgcats_vml_p77" target="main" name="svgcats_index_p77"><SPAN class="text" name="node77_text"\r
533 > LoadXML</SPAN></A><BR>\r
534 <DIV class="node" id="node77_children">\r
535 \r
536  \r
537   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
538    /><A href="vbslib_04.html#svgcats_vml_p78" target="main" name="svgcats_index_p78"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p78_text"> \r
539    ObjToXML</SPAN></A><BR>\r
540  \r
541   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
542    /><A href="vbslib_04.html#svgcats_vml_p79" target="main" name="svgcats_index_p79"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p79_text"> \r
543    XmlAttr</SPAN></A><BR>\r
544  \r
545   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
546    /><A href="vbslib_04.html#svgcats_vml_p80" target="main" name="svgcats_index_p80"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p80_text"> \r
547    XmlText</SPAN></A><BR>\r
548  \r
549 \r
550 </DIV>\r
551 \r
552 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node81','2','',parent.main,-1);"><IMG name="node81_sw" class="sw_img" src="../files.files/t_minus2.gif"></SPAN \r
553 ><SPAN class="sw" onclick="return sw('node81','2','vbslib_04.html#svgcats_vml_p81',parent.main,-1);"><IMG name="node81_icon" src="../files.files/t_node.gif"></SPAN\r
554 ><A href="vbslib_04.html#svgcats_vml_p81" target="main" name="svgcats_index_p81"><SPAN class="text" name="node81_text"\r
555 > ReplaceTextFile</SPAN></A><BR>\r
556 <DIV class="node" id="node81_children">\r
557 \r
558  \r
559   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_edge.gif"\r
560    /><A href="vbslib_04.html#svgcats_vml_p82" target="main" name="svgcats_index_p82"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p82_text"> \r
561    TextFileConvertFormat::Set_</SPAN></A><BR>\r
562  \r
563   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_edge.gif"\r
564    /><A href="vbslib_04.html#svgcats_vml_p83" target="main" name="svgcats_index_p83"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p83_text"> \r
565    ConvertToAbsPath</SPAN></A><BR>\r
566  \r
567   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_edge.gif"\r
568    /><A href="vbslib_04.html#svgcats_vml_p84" target="main" name="svgcats_index_p84"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p84_text"> \r
569    StartReplace</SPAN></A><BR>\r
570  \r
571   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_edge.gif"\r
572    /><A href="vbslib_04.html#svgcats_vml_p85" target="main" name="svgcats_index_p85"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p85_text"> \r
573    StartReplace2</SPAN></A><BR>\r
574  \r
575   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_last.gif"\r
576    /><A href="vbslib_04.html#svgcats_vml_p86" target="main" name="svgcats_index_p86"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p86_text"> \r
577    StartReplaceObj \83N\83\89\83X</SPAN></A><BR>\r
578  \r
579 \r
580 </DIV>\r
581 \r
582 \r
583 </DIV>\r
584 \r
585 <SPAN class="sw" onclick="return sw('node87','3','',parent.main,-1);"><IMG name="node87_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
586 ><SPAN class="sw" onclick="return sw('node87','3','vbslib_04.html#svgcats_vml_p87',parent.main,-1);"><IMG name="node87_icon" src="../files.files/t_node.gif"></SPAN\r
587 ><A href="vbslib_04.html#svgcats_vml_p87" target="main" name="svgcats_index_p87"><SPAN class="text" name="node87_text"\r
588\83v\83\8d\83Z\83X\90§\8cä\82Æ include</SPAN></A><BR>\r
589 <DIV class="node" id="node87_children">\r
590 \r
591  \r
592   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
593    /><A href="vbslib_04.html#svgcats_vml_p88" target="main" name="svgcats_index_p88"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p88_text"> \r
594    start</SPAN></A><BR>\r
595  \r
596   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
597    /><A href="vbslib_04.html#svgcats_vml_p89" target="main" name="svgcats_index_p89"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p89_text"> \r
598    RunProg</SPAN></A><BR>\r
599  \r
600   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
601    /><A href="vbslib_04.html#svgcats_vml_p90" target="main" name="svgcats_index_p90"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p90_text"> \r
602    env</SPAN></A><BR>\r
603  \r
604   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
605    /><A href="vbslib_04.html#svgcats_vml_p91" target="main" name="svgcats_index_p91"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p91_text"> \r
606    ArgumentExist</SPAN></A><BR>\r
607  \r
608   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
609    /><A href="vbslib_04.html#svgcats_vml_p92" target="main" name="svgcats_index_p92"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p92_text"> \r
610    call_vbs</SPAN></A><BR>\r
611  \r
612   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
613    /><A href="vbslib_04.html#svgcats_vml_p93" target="main" name="svgcats_index_p93"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p93_text"> \r
614    include</SPAN></A><BR>\r
615  \r
616   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
617    /><A href="vbslib_05.html#svgcats_vml_p94" target="main" name="svgcats_index_p94"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p94_text"> \r
618    Sleep</SPAN></A><BR>\r
619  \r
620   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
621    /><A href="vbslib_05.html#svgcats_vml_p95" target="main" name="svgcats_index_p95"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p95_text"> \r
622    WaitForFile</SPAN></A><BR>\r
623  \r
624   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
625    /><A href="vbslib_05.html#svgcats_vml_p96" target="main" name="svgcats_index_p96"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p96_text"> \r
626    GetDiffCmdLine</SPAN></A><BR>\r
627  \r
628 \r
629 </DIV>\r
630 \r
631 <SPAN class="sw" onclick="return sw('node97','3','',parent.main,-1);"><IMG name="node97_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
632 ><SPAN class="sw" onclick="return sw('node97','3','vbslib_05.html#svgcats_vml_p97',parent.main,-1);"><IMG name="node97_icon" src="../files.files/t_node.gif"></SPAN\r
633 ><A href="vbslib_05.html#svgcats_vml_p97" target="main" name="svgcats_index_p97"><SPAN class="text" name="node97_text"\r
634\95Ï\90\94\81A\95\8e\9a\97ñ\81A\94z\97ñ</SPAN></A><BR>\r
635 <DIV class="node" id="node97_children">\r
636 \r
637  \r
638 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node98','3','',parent.main,-1);"><IMG name="node98_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
639 ><SPAN class="sw" onclick="return sw('node98','3','vbslib_05.html#svgcats_vml_p98',parent.main,-1);"><IMG name="node98_icon" src="../files.files/t_node.gif"></SPAN\r
640 ><A href="vbslib_05.html#svgcats_vml_p98" target="main" name="svgcats_index_p98"><SPAN class="text" name="node98_text"\r
641 > ArrayClass \83N\83\89\83X</SPAN></A><BR>\r
642 <DIV class="node" id="node98_children">\r
643 \r
644  \r
645   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
646    /><A href="vbslib_05.html#svgcats_vml_p99" target="main" name="svgcats_index_p99"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p99_text"> \r
647    m_Array (ArrayClass)</SPAN></A><BR>\r
648  \r
649   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
650    /><A href="vbslib_05.html#svgcats_vml_p100" target="main" name="svgcats_index_p100"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p100_text"> \r
651    ToEmpty (ArrayClass)</SPAN></A><BR>\r
652  \r
653   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
654    /><A href="vbslib_05.html#svgcats_vml_p101" target="main" name="svgcats_index_p101"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p101_text"> \r
655    Item (ArrayClass)</SPAN></A><BR>\r
656  \r
657   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
658    /><A href="vbslib_05.html#svgcats_vml_p102" target="main" name="svgcats_index_p102"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p102_text"> \r
659    ReDim_ (ArrayClass)</SPAN></A><BR>\r
660  \r
661   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
662    /><A href="vbslib_05.html#svgcats_vml_p103" target="main" name="svgcats_index_p103"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p103_text"> \r
663    Add (ArrayClass)</SPAN></A><BR>\r
664  \r
665   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
666    /><A href="vbslib_05.html#svgcats_vml_p104" target="main" name="svgcats_index_p104"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p104_text"> \r
667    Push (ArrayClass)</SPAN></A><BR>\r
668  \r
669   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
670    /><A href="vbslib_05.html#svgcats_vml_p105" target="main" name="svgcats_index_p105"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p105_text"> \r
671    Pop (ArrayClass)</SPAN></A><BR>\r
672  \r
673   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
674    /><A href="vbslib_05.html#svgcats_vml_p106" target="main" name="svgcats_index_p106"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p106_text"> \r
675    Count (ArrayClass)</SPAN></A><BR>\r
676  \r
677   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
678    /><A href="vbslib_05.html#svgcats_vml_p107" target="main" name="svgcats_index_p107"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p107_text"> \r
679    UBound_ (ArrayClass)</SPAN></A><BR>\r
680  \r
681   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
682    /><A href="vbslib_05.html#svgcats_vml_p108" target="main" name="svgcats_index_p108"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p108_text"> \r
683    Value (ArrayClass)</SPAN></A><BR>\r
684  \r
685   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
686    /><A href="vbslib_05.html#svgcats_vml_p109" target="main" name="svgcats_index_p109"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p109_text"> \r
687    Echo (ArrayClass)</SPAN></A><BR>\r
688  \r
689   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
690    /><A href="vbslib_05.html#svgcats_vml_p110" target="main" name="svgcats_index_p110"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p110_text"> \r
691    Copy (ArrayClass)</SPAN></A><BR>\r
692  \r
693   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
694    /><A href="vbslib_05.html#svgcats_vml_p111" target="main" name="svgcats_index_p111"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p111_text"> \r
695    AddElems (ArrayClass)</SPAN></A><BR>\r
696  \r
697 \r
698 </DIV>\r
699 \r
700 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node112','3','',parent.main,-1);"><IMG name="node112_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
701 ><SPAN class="sw" onclick="return sw('node112','3','vbslib_05.html#svgcats_vml_p112',parent.main,-1);"><IMG name="node112_icon" src="../files.files/t_node.gif"></SPAN\r
702 ><A href="vbslib_05.html#svgcats_vml_p112" target="main" name="svgcats_index_p112"><SPAN class="text" name="node112_text"\r
703 > ArrayDictionary \83N\83\89\83X</SPAN></A><BR>\r
704 <DIV class="node" id="node112_children">\r
705 \r
706  \r
707   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
708    /><A href="vbslib_05.html#svgcats_vml_p113" target="main" name="svgcats_index_p113"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p113_text"> \r
709    m_Dic (ArrayDictionary)</SPAN></A><BR>\r
710  \r
711   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
712    /><A href="vbslib_05.html#svgcats_vml_p114" target="main" name="svgcats_index_p114"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p114_text"> \r
713    ToEmpty (ArrayDictionary)</SPAN></A><BR>\r
714  \r
715   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
716    /><A href="vbslib_05.html#svgcats_vml_p115" target="main" name="svgcats_index_p115"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p115_text"> \r
717    Add (ArrayDictionary)</SPAN></A><BR>\r
718  \r
719   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
720    /><A href="vbslib_05.html#svgcats_vml_p116" target="main" name="svgcats_index_p116"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p116_text"> \r
721    Count (ArrayDictionary)</SPAN></A><BR>\r
722  \r
723   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
724    /><A href="vbslib_05.html#svgcats_vml_p117" target="main" name="svgcats_index_p117"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p117_text"> \r
725    Echo (ArrayDictionary)</SPAN></A><BR>\r
726  \r
727 \r
728 </DIV>\r
729 \r
730   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
731    /><A href="vbslib_05.html#svgcats_vml_p118" target="main" name="svgcats_index_p118"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p118_text"> \r
732    DicItem</SPAN></A><BR>\r
733  \r
734   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
735    /><A href="vbslib_05.html#svgcats_vml_p119" target="main" name="svgcats_index_p119"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p119_text"> \r
736    DicToArr</SPAN></A><BR>\r
737  \r
738 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node120','3','',parent.main,-1);"><IMG name="node120_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
739 ><SPAN class="sw" onclick="return sw('node120','3','vbslib_05.html#svgcats_vml_p120',parent.main,-1);"><IMG name="node120_icon" src="../files.files/t_node.gif"></SPAN\r
740 ><A href="vbslib_05.html#svgcats_vml_p120" target="main" name="svgcats_index_p120"><SPAN class="text" name="node120_text"\r
741 > AddArrElem</SPAN></A><BR>\r
742 <DIV class="node" id="node120_children">\r
743 \r
744  \r
745   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
746    /><A href="vbslib_05.html#svgcats_vml_p121" target="main" name="svgcats_index_p121"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p121_text"> \r
747    CopyArr</SPAN></A><BR>\r
748  \r
749 \r
750 </DIV>\r
751 \r
752   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
753    /><A href="vbslib_05.html#svgcats_vml_p122" target="main" name="svgcats_index_p122"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p122_text"> \r
754    IsSameArray</SPAN></A><BR>\r
755  \r
756   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
757    /><A href="vbslib_05.html#svgcats_vml_p123" target="main" name="svgcats_index_p123"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p123_text"> \r
758    QuickSort_fromDic</SPAN></A><BR>\r
759  \r
760   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
761    /><A href="vbslib_05.html#svgcats_vml_p124" target="main" name="svgcats_index_p124"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p124_text"> \r
762    QuickSort</SPAN></A><BR>\r
763  \r
764   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
765    /><A href="vbslib_05.html#svgcats_vml_p125" target="main" name="svgcats_index_p125"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p125_text"> \r
766    ShakerSort_fromDic</SPAN></A><BR>\r
767  \r
768   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
769    /><A href="vbslib_06.html#svgcats_vml_p126" target="main" name="svgcats_index_p126"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p126_text"> \r
770    ShakerSort</SPAN></A><BR>\r
771  \r
772   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
773    /><A href="vbslib_06.html#svgcats_vml_p127" target="main" name="svgcats_index_p127"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p127_text"> \r
774    CInt2</SPAN></A><BR>\r
775  \r
776   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
777    /><A href="vbslib_06.html#svgcats_vml_p128" target="main" name="svgcats_index_p128"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p128_text"> \r
778    MeltQuot</SPAN></A><BR>\r
779  \r
780   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
781    /><A href="vbslib_06.html#svgcats_vml_p129" target="main" name="svgcats_index_p129"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p129_text"> \r
782    CreateGuid</SPAN></A><BR>\r
783  \r
784 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node130','3','',parent.main,-1);"><IMG name="node130_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
785 ><SPAN class="sw" onclick="return sw('node130','3','vbslib_06.html#svgcats_vml_p130',parent.main,-1);"><IMG name="node130_icon" src="../files.files/t_node.gif"></SPAN\r
786 ><A href="vbslib_06.html#svgcats_vml_p130" target="main" name="svgcats_index_p130"><SPAN class="text" name="node130_text"\r
787 > get_Object</SPAN></A><BR>\r
788 <DIV class="node" id="node130_children">\r
789 \r
790  \r
791   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
792    /><A href="vbslib_06.html#svgcats_vml_p131" target="main" name="svgcats_index_p131"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p131_text"> \r
793    get_ObjectFromFile</SPAN></A><BR>\r
794  \r
795   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
796    /><A href="vbslib_06.html#svgcats_vml_p132" target="main" name="svgcats_index_p132"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p132_text"> \r
797    get_ObjectsFromFile</SPAN></A><BR>\r
798  \r
799   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
800    /><A href="vbslib_06.html#svgcats_vml_p133" target="main" name="svgcats_index_p133"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p133_text"> \r
801    include_objs</SPAN></A><BR>\r
802  \r
803   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
804    /><A href="vbslib_06.html#svgcats_vml_p134" target="main" name="svgcats_index_p134"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p134_text"> \r
805    get_DefineInfoObject</SPAN></A><BR>\r
806  \r
807   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
808    /><A href="vbslib_06.html#svgcats_vml_p135" target="main" name="svgcats_index_p135"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p135_text"> \r
809    get_NameDelegator</SPAN></A><BR>\r
810  \r
811   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
812    /><A href="vbslib_06.html#svgcats_vml_p136" target="main" name="svgcats_index_p136"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p136_text"> \r
813    new_X</SPAN></A><BR>\r
814  \r
815 \r
816 </DIV>\r
817 \r
818   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
819    /><A href="vbslib_06.html#svgcats_vml_p137" target="main" name="svgcats_index_p137"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p137_text"> \r
820    StrMatchKey \83N\83\89\83X</SPAN></A><BR>\r
821  \r
822   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
823    /><A href="vbslib_06.html#svgcats_vml_p138" target="main" name="svgcats_index_p138"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p138_text"> \r
824    StringStream \83N\83\89\83X</SPAN></A><BR>\r
825  \r
826   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
827    /><A href="vbslib_06.html#svgcats_vml_p139" target="main" name="svgcats_index_p139"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p139_text"> \r
828    LenK</SPAN></A><BR>\r
829  \r
830   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
831    /><A href="vbslib_06.html#svgcats_vml_p140" target="main" name="svgcats_index_p140"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p140_text"> \r
832    DateAddStr</SPAN></A><BR>\r
833  \r
834   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
835    /><A href="vbslib_06.html#svgcats_vml_p141" target="main" name="svgcats_index_p141"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p141_text"> \r
836    KeyClass</SPAN></A><BR>\r
837  \r
838 \r
839 </DIV>\r
840 \r
841 <SPAN class="sw" onclick="return sw('node142','3','',parent.main,-1);"><IMG name="node142_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
842 ><SPAN class="sw" onclick="return sw('node142','3','vbslib_06.html#svgcats_vml_p142',parent.main,-1);"><IMG name="node142_icon" src="../files.files/t_node.gif"></SPAN\r
843 ><A href="vbslib_06.html#svgcats_vml_p142" target="main" name="svgcats_index_p142"><SPAN class="text" name="node142_text"\r
844\83V\83X\83e\83\80\81AOS\81A\83\8c\83W\83X\83g\83\8a</SPAN></A><BR>\r
845 <DIV class="node" id="node142_children">\r
846 \r
847  \r
848   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
849    /><A href="vbslib_06.html#svgcats_vml_p143" target="main" name="svgcats_index_p143"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p143_text"> \r
850    RegEnumKey</SPAN></A><BR>\r
851  \r
852   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
853    /><A href="vbslib_06.html#svgcats_vml_p144" target="main" name="svgcats_index_p144"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p144_text"> \r
854    RegEnumValues</SPAN></A><BR>\r
855  \r
856   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
857    /><A href="vbslib_06.html#svgcats_vml_p145" target="main" name="svgcats_index_p145"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p145_text"> \r
858    RegExists</SPAN></A><BR>\r
859  \r
860   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
861    /><A href="vbslib_06.html#svgcats_vml_p146" target="main" name="svgcats_index_p146"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p146_text"> \r
862    RegRead</SPAN></A><BR>\r
863  \r
864   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
865    /><A href="vbslib_06.html#svgcats_vml_p147" target="main" name="svgcats_index_p147"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p147_text"> \r
866    RegExport</SPAN></A><BR>\r
867  \r
868   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
869    /><A href="vbslib_06.html#svgcats_vml_p148" target="main" name="svgcats_index_p148"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p148_text"> \r
870    RegWrite</SPAN></A><BR>\r
871  \r
872   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
873    /><A href="vbslib_07.html#svgcats_vml_p149" target="main" name="svgcats_index_p149"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p149_text"> \r
874    RegWriteOpenExt</SPAN></A><BR>\r
875  \r
876   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
877    /><A href="vbslib_07.html#svgcats_vml_p150" target="main" name="svgcats_index_p150"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p150_text"> \r
878    RegWriteAsterExt</SPAN></A><BR>\r
879  \r
880 \r
881 </DIV>\r
882 \r
883 <SPAN class="sw" onclick="return sw('node151','3','',parent.main,-1);"><IMG name="node151_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
884 ><SPAN class="sw" onclick="return sw('node151','3','vbslib_07.html#svgcats_vml_p151',parent.main,-1);"><IMG name="node151_icon" src="../files.files/t_node.gif"></SPAN\r
885 ><A href="vbslib_07.html#svgcats_vml_p151" target="main" name="svgcats_index_p151"><SPAN class="text" name="node151_text"\r
886\83G\83\89\81[\8f\88\97\9d \81iErr2\81j</SPAN></A><BR>\r
887 <DIV class="node" id="node151_children">\r
888 \r
889  \r
890   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
891    /><A href="vbslib_07.html#svgcats_vml_p152" target="main" name="svgcats_index_p152"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p152_text"> \r
892    Err2 \82Ì\83R\81[\83f\83B\83\93\83O\97á (TryStart, TryEnd)</SPAN></A><BR>\r
893  \r
894 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node153','3','',parent.main,-1);"><IMG name="node153_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
895 ><SPAN class="sw" onclick="return sw('node153','3','vbslib_07.html#svgcats_vml_p153',parent.main,-1);"><IMG name="node153_icon" src="../files.files/t_node.gif"></SPAN\r
896 ><A href="vbslib_07.html#svgcats_vml_p153" target="main" name="svgcats_index_p153"><SPAN class="text" name="node153_text"\r
897 > Err2 \83I\83u\83W\83F\83N\83g</SPAN></A><BR>\r
898 <DIV class="node" id="node153_children">\r
899 \r
900  \r
901   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
902    /><A href="vbslib_07.html#svgcats_vml_p154" target="main" name="svgcats_index_p154"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p154_text"> \r
903    Err2::Copy</SPAN></A><BR>\r
904  \r
905   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
906    /><A href="vbslib_07.html#svgcats_vml_p155" target="main" name="svgcats_index_p155"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p155_text"> \r
907    Err2::Value</SPAN></A><BR>\r
908  \r
909   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
910    /><A href="vbslib_07.html#svgcats_vml_p156" target="main" name="svgcats_index_p156"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p156_text"> \r
911    Err2::Raise</SPAN></A><BR>\r
912  \r
913   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
914    /><A href="vbslib_07.html#svgcats_vml_p157" target="main" name="svgcats_index_p157"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p157_text"> \r
915    Err2::OverRaise</SPAN></A><BR>\r
916  \r
917   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
918    /><A href="vbslib_07.html#svgcats_vml_p158" target="main" name="svgcats_index_p158"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p158_text"> \r
919    Err2::Clear</SPAN></A><BR>\r
920  \r
921   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
922    /><A href="vbslib_07.html#svgcats_vml_p159" target="main" name="svgcats_index_p159"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p159_text"> \r
923    Err2::ErrID</SPAN></A><BR>\r
924  \r
925   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
926    /><A href="vbslib_07.html#svgcats_vml_p160" target="main" name="svgcats_index_p160"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p160_text"> \r
927    Err2::RaiseID</SPAN></A><BR>\r
928  \r
929   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
930    /><A href="vbslib_07.html#svgcats_vml_p161" target="main" name="svgcats_index_p161"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p161_text"> \r
931    Err2::BreakErrID</SPAN></A><BR>\r
932  \r
933 \r
934 </DIV>\r
935 \r
936 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node162','3','',parent.main,-1);"><IMG name="node162_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
937 ><SPAN class="sw" onclick="return sw('node162','3','vbslib_07.html#svgcats_vml_p162',parent.main,-1);"><IMG name="node162_icon" src="../files.files/t_node.gif"></SPAN\r
938 ><A href="vbslib_07.html#svgcats_vml_p162" target="main" name="svgcats_index_p162"><SPAN class="text" name="node162_text"\r
939\83G\83\89\81[\83R\81[\83h</SPAN></A><BR>\r
940 <DIV class="node" id="node162_children">\r
941 \r
942  \r
943   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
944    /><A href="vbslib_07.html#svgcats_vml_p163" target="main" name="svgcats_index_p163"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p163_text"> \r
945    [E_NotClear] \83G\83\89\81[\82ª Err2.Clear \82Ü\82½\82Í Raise \82³\82ê\82È\82¢\82Å\8fI\97¹\82µ\82Ü\82µ\82½</SPAN></A><BR>\r
946  \r
947 \r
948 </DIV>\r
949 \r
950   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
951    /><A href="vbslib_07.html#svgcats_vml_p164" target="main" name="svgcats_index_p164"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p164_text"> \r
952    \83G\83\89\81[\83\81\83b\83Z\81[\83W\82Ì\95W\8f\80\8f\91\8e®</SPAN></A><BR>\r
953  \r
954   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
955    /><A href="vbslib_07.html#svgcats_vml_p165" target="main" name="svgcats_index_p165"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p165_text"> \r
956    Error</SPAN></A><BR>\r
957  \r
958   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
959    /><A href="vbslib_07.html#svgcats_vml_p166" target="main" name="svgcats_index_p166"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p166_text"> \r
960    Raise</SPAN></A><BR>\r
961  \r
962   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
963    /><A href="vbslib_07.html#svgcats_vml_p167" target="main" name="svgcats_index_p167"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p167_text"> \r
964    GetErrStr</SPAN></A><BR>\r
965  \r
966   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
967    /><A href="vbslib_07.html#svgcats_vml_p168" target="main" name="svgcats_index_p168"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p168_text"> \r
968    TryStart</SPAN></A><BR>\r
969  \r
970   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
971    /><A href="vbslib_07.html#svgcats_vml_p169" target="main" name="svgcats_index_p169"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p169_text"> \r
972    TryEnd</SPAN></A><BR>\r
973  \r
974   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
975    /><A href="vbslib_07.html#svgcats_vml_p170" target="main" name="svgcats_index_p170"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p170_text"> \r
976    Trying</SPAN></A><BR>\r
977  \r
978   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
979    /><A href="vbslib_07.html#svgcats_vml_p171" target="main" name="svgcats_index_p171"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p171_text"> \r
980    ErrCheck</SPAN></A><BR>\r
981  \r
982   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
983    /><A href="vbslib_07.html#svgcats_vml_p172" target="main" name="svgcats_index_p172"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p172_text"> \r
984    ErrorCheckInTerminate</SPAN></A><BR>\r
985  \r
986   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
987    /><A href="vbslib_07.html#svgcats_vml_p173" target="main" name="svgcats_index_p173"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p173_text"> \r
988    NotCallFinish</SPAN></A><BR>\r
989  \r
990   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
991    /><A href="vbslib_07.html#svgcats_vml_p174" target="main" name="svgcats_index_p174"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p174_text"> \r
992    FinObj \83N\83\89\83X (Finally\83u\83\8d\83b\83N)</SPAN></A><BR>\r
993  \r
994   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
995    /><A href="vbslib_07.html#svgcats_vml_p175" target="main" name="svgcats_index_p175"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p175_text"> \r
996    \8f\88\97\9d\83t\83\8d\81[ (Err2)</SPAN></A><BR>\r
997  \r
998 \r
999 </DIV>\r
1000 \r
1001 <SPAN class="sw" onclick="return sw('node176','3','',parent.main,-1);"><IMG name="node176_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
1002 ><SPAN class="sw" onclick="return sw('node176','3','vbslib_07.html#svgcats_vml_p176',parent.main,-1);"><IMG name="node176_icon" src="../files.files/t_node.gif"></SPAN\r
1003 ><A href="vbslib_07.html#svgcats_vml_p176" target="main" name="svgcats_index_p176"><SPAN class="text" name="node176_text"\r
1004\83e\83X\83g\81E\83v\83\8d\83\93\83v\83g (Test.vbs)</SPAN></A><BR>\r
1005 <DIV class="node" id="node176_children">\r
1006 \r
1007  \r
1008 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node177','3','',parent.main,-1);"><IMG name="node177_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
1009 ><SPAN class="sw" onclick="return sw('node177','3','vbslib_08.html#svgcats_vml_p177',parent.main,-1);"><IMG name="node177_icon" src="../files.files/t_node.gif"></SPAN\r
1010 ><A href="vbslib_08.html#svgcats_vml_p177" target="main" name="svgcats_index_p177"><SPAN class="text" name="node177_text"\r
1011\83\81\83j\83\85\81[\8d\80\96Ú\82Ì\93®\8dì</SPAN></A><BR>\r
1012 <DIV class="node" id="node177_children">\r
1013 \r
1014  \r
1015   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
1016    /><A href="vbslib_08.html#svgcats_vml_p178" target="main" name="svgcats_index_p178"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p178_text"> \r
1017    \83f\83o\83b\83O\83\82\81[\83h</SPAN></A><BR>\r
1018  \r
1019 \r
1020 </DIV>\r
1021 \r
1022   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1023    /><A href="vbslib_08.html#svgcats_vml_p179" target="main" name="svgcats_index_p179"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p179_text"> \r
1024    \83e\83X\83g\81E\83t\83H\83\8b\83_</SPAN></A><BR>\r
1025  \r
1026   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1027    /><A href="vbslib_08.html#svgcats_vml_p180" target="main" name="svgcats_index_p180"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p180_text"> \r
1028    Test.vbs</SPAN></A><BR>\r
1029  \r
1030   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1031    /><A href="vbslib_08.html#svgcats_vml_p181" target="main" name="svgcats_index_p181"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p181_text"> \r
1032    Fail \82µ\82½\82Æ\82«</SPAN></A><BR>\r
1033  \r
1034   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1035    /><A href="vbslib_08.html#svgcats_vml_p182" target="main" name="svgcats_index_p182"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p182_text"> \r
1036    \83T\83u\83t\83H\83\8b\83_\82Ì\83v\83\8d\83V\81[\83W\83\83\82Ì\8cÄ\82Ñ\8fo\82µ\8f\87\8f\98</SPAN></A><BR>\r
1037  \r
1038   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1039    /><A href="vbslib_08.html#svgcats_vml_p183" target="main" name="svgcats_index_p183"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p183_text"> \r
1040    \83O\83\8d\81[\83o\83\8b\81E\83e\83X\83g\81E\83I\83u\83W\83F\83N\83g, SampleTest</SPAN></A><BR>\r
1041  \r
1042   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1043    /><A href="vbslib_08.html#svgcats_vml_p184" target="main" name="svgcats_index_p184"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p184_text"> \r
1044    \83e\83X\83g\83v\83\8d\83O\83\89\83\80\8dì\90¬\82Ì\83q\83\93\83g</SPAN></A><BR>\r
1045  \r
1046   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1047    /><A href="vbslib_08.html#svgcats_vml_p185" target="main" name="svgcats_index_p185"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p185_text"> \r
1048    \8f\88\97\9d\83t\83\8d\81[</SPAN></A><BR>\r
1049  \r
1050 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node186','3','',parent.main,-1);"><IMG name="node186_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
1051 ><SPAN class="sw" onclick="return sw('node186','3','vbslib_08.html#svgcats_vml_p186',parent.main,-1);"><IMG name="node186_icon" src="../files.files/t_node.gif"></SPAN\r
1052 ><A href="vbslib_08.html#svgcats_vml_p186" target="main" name="svgcats_index_p186"><SPAN class="text" name="node186_text"\r
1053\8aÖ\90\94</SPAN></A><BR>\r
1054 <DIV class="node" id="node186_children">\r
1055 \r
1056  \r
1057   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1058    /><A href="vbslib_08.html#svgcats_vml_p187" target="main" name="svgcats_index_p187"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p187_text"> \r
1059    EchoTestStart</SPAN></A><BR>\r
1060  \r
1061   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1062    /><A href="vbslib_08.html#svgcats_vml_p188" target="main" name="svgcats_index_p188"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p188_text"> \r
1063    Pass</SPAN></A><BR>\r
1064  \r
1065   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1066    /><A href="vbslib_08.html#svgcats_vml_p189" target="main" name="svgcats_index_p189"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p189_text"> \r
1067    Fail</SPAN></A><BR>\r
1068  \r
1069   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1070    /><A href="vbslib_08.html#svgcats_vml_p190" target="main" name="svgcats_index_p190"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p190_text"> \r
1071    Skip</SPAN></A><BR>\r
1072  \r
1073   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1074    /><A href="vbslib_08.html#svgcats_vml_p191" target="main" name="svgcats_index_p191"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p191_text"> \r
1075    ManualTest</SPAN></A><BR>\r
1076  \r
1077   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1078    /><A href="vbslib_08.html#svgcats_vml_p192" target="main" name="svgcats_index_p192"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p192_text"> \r
1079    SkipToSection</SPAN></A><BR>\r
1080  \r
1081   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
1082    /><A href="vbslib_08.html#svgcats_vml_p193" target="main" name="svgcats_index_p193"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p193_text"> \r
1083    NotSkipSection</SPAN></A><BR>\r
1084  \r
1085 \r
1086 </DIV>\r
1087 \r
1088 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node194','2','',parent.main,-1);"><IMG name="node194_sw" class="sw_img" src="../files.files/t_minus2.gif"></SPAN \r
1089 ><SPAN class="sw" onclick="return sw('node194','2','vbslib_08.html#svgcats_vml_p194',parent.main,-1);"><IMG name="node194_icon" src="../files.files/t_node.gif"></SPAN\r
1090 ><A href="vbslib_08.html#svgcats_vml_p194" target="main" name="svgcats_index_p194"><SPAN class="text" name="node194_text"\r
1091\83e\83X\83g\81E\83X\83N\83\8a\83v\83g ver2</SPAN></A><BR>\r
1092 <DIV class="node" id="node194_children">\r
1093 \r
1094  \r
1095   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_edge.gif"\r
1096    /><A href="vbslib_09.html#svgcats_vml_p195" target="main" name="svgcats_index_p195"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p195_text"> \r
1097    \90Ý\92è\83t\83@\83C\83\8b TestPrompt_Setting.vbs</SPAN></A><BR>\r
1098  \r
1099   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_edge.gif"\r
1100    /><A href="vbslib_09.html#svgcats_vml_p196" target="main" name="svgcats_index_p196"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p196_text"> \r
1101    RunTestPrompt</SPAN></A><BR>\r
1102  \r
1103   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_edge.gif"\r
1104    /><A href="vbslib_09.html#svgcats_vml_p197" target="main" name="svgcats_index_p197"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p197_text"> \r
1105    TestPrompt \83N\83\89\83X</SPAN></A><BR>\r
1106  \r
1107 <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><SPAN class="sw" onclick="return sw('node198','3','',parent.main,-1);"><IMG name="node198_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
1108 ><SPAN class="sw" onclick="return sw('node198','3','vbslib_09.html#svgcats_vml_p198',parent.main,-1);"><IMG name="node198_icon" src="../files.files/t_node.gif"></SPAN\r
1109 ><A href="vbslib_09.html#svgcats_vml_p198" target="main" name="svgcats_index_p198"><SPAN class="text" name="node198_text"\r
1110 > Tests \83N\83\89\83X</SPAN></A><BR>\r
1111 <DIV class="node" id="node198_children">\r
1112 \r
1113  \r
1114   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1115    /><A href="vbslib_09.html#svgcats_vml_p199" target="main" name="svgcats_index_p199"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p199_text"> \r
1116    Tests::AddTestScriptAuto</SPAN></A><BR>\r
1117  \r
1118   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1119    /><A href="vbslib_09.html#svgcats_vml_p200" target="main" name="svgcats_index_p200"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p200_text"> \r
1120    Tests::AddTestScript</SPAN></A><BR>\r
1121  \r
1122   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1123    /><A href="vbslib_09.html#svgcats_vml_p201" target="main" name="svgcats_index_p201"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p201_text"> \r
1124    Tests::CurrentTestPriority</SPAN></A><BR>\r
1125  \r
1126   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1127    /><A href="vbslib_09.html#svgcats_vml_p202" target="main" name="svgcats_index_p202"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p202_text"> \r
1128    Tests::DoAllTest</SPAN></A><BR>\r
1129  \r
1130   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1131    /><A href="vbslib_09.html#svgcats_vml_p203" target="main" name="svgcats_index_p203"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p203_text"> \r
1132    Tests::DoTest</SPAN></A><BR>\r
1133  \r
1134   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1135    /><A href="vbslib_09.html#svgcats_vml_p204" target="main" name="svgcats_index_p204"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p204_text"> \r
1136    Tests::SetCur</SPAN></A><BR>\r
1137  \r
1138   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
1139    /><A href="vbslib_09.html#svgcats_vml_p205" target="main" name="svgcats_index_p205"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p205_text"> \r
1140    Tests::IsCur</SPAN></A><BR>\r
1141  \r
1142 \r
1143 </DIV>\r
1144 \r
1145 <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><SPAN class="sw" onclick="return sw('node206','3','',parent.main,-1);"><IMG name="node206_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
1146 ><SPAN class="sw" onclick="return sw('node206','3','vbslib_09.html#svgcats_vml_p206',parent.main,-1);"><IMG name="node206_icon" src="../files.files/t_node.gif"></SPAN\r
1147 ><A href="vbslib_09.html#svgcats_vml_p206" target="main" name="svgcats_index_p206"><SPAN class="text" name="node206_text"\r
1148 > TestScript \83N\83\89\83X</SPAN></A><BR>\r
1149 <DIV class="node" id="node206_children">\r
1150 \r
1151  \r
1152   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1153    /><A href="vbslib_09.html#svgcats_vml_p207" target="main" name="svgcats_index_p207"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p207_text"> \r
1154    TestScript::Start</SPAN></A><BR>\r
1155  \r
1156   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1157    /><A href="vbslib_09.html#svgcats_vml_p208" target="main" name="svgcats_index_p208"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p208_text"> \r
1158    TestScript::Do_</SPAN></A><BR>\r
1159  \r
1160   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
1161    /><A href="vbslib_09.html#svgcats_vml_p209" target="main" name="svgcats_index_p209"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p209_text"> \r
1162    TestScript::Finish</SPAN></A><BR>\r
1163  \r
1164 \r
1165 </DIV>\r
1166 \r
1167 <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><SPAN class="sw" onclick="return sw('node210','2','',parent.main,-1);"><IMG name="node210_sw" class="sw_img" src="../files.files/t_minus2.gif"></SPAN \r
1168 ><SPAN class="sw" onclick="return sw('node210','2','vbslib_09.html#svgcats_vml_p210',parent.main,-1);"><IMG name="node210_icon" src="../files.files/t_node.gif"></SPAN\r
1169 ><A href="vbslib_09.html#svgcats_vml_p210" target="main" name="svgcats_index_p210"><SPAN class="text" name="node210_text"\r
1170\82»\82Ì\91¼\82Ì\8aÖ\90\94</SPAN></A><BR>\r
1171 <DIV class="node" id="node210_children">\r
1172 \r
1173  \r
1174   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_last.gif"\r
1175    /><A href="vbslib_09.html#svgcats_vml_p211" target="main" name="svgcats_index_p211"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p211_text"> \r
1176    CheckTestErrLevel</SPAN></A><BR>\r
1177  \r
1178 \r
1179 </DIV>\r
1180 \r
1181 \r
1182 </DIV>\r
1183 \r
1184 \r
1185 </DIV>\r
1186 \r
1187 <SPAN class="sw" onclick="return sw('node212','3','',parent.main,-1);"><IMG name="node212_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
1188 ><SPAN class="sw" onclick="return sw('node212','3','vbslib_09.html#svgcats_vml_p212',parent.main,-1);"><IMG name="node212_icon" src="../files.files/t_node.gif"></SPAN\r
1189 ><A href="vbslib_09.html#svgcats_vml_p212" target="main" name="svgcats_index_p212"><SPAN class="text" name="node212_text"\r
1190 > vbs_inc</SPAN></A><BR>\r
1191 <DIV class="node" id="node212_children">\r
1192 \r
1193  \r
1194   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1195    /><A href="vbslib_09.html#svgcats_vml_p213" target="main" name="svgcats_index_p213"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p213_text"> \r
1196    \83\89\83C\83u\83\89\83\8a.vbs \82Ì\83O\83\8d\81[\83o\83\8b\95Ï\90\94</SPAN></A><BR>\r
1197  \r
1198   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1199    /><A href="vbslib_09.html#svgcats_vml_p214" target="main" name="svgcats_index_p214"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p214_text"> \r
1200    vbslib_updater - vbslib2 \82©\82ç vbslib3 \82Ö\83o\81[\83W\83\87\83\93\83A\83b\83v\82·\82é</SPAN></A><BR>\r
1201  \r
1202   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1203    /><A href="vbslib_09.html#svgcats_vml_p215" target="main" name="svgcats_index_p215"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p215_text"> \r
1204    main</SPAN></A><BR>\r
1205  \r
1206   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1207    /><A href="vbslib_09.html#svgcats_vml_p216" target="main" name="svgcats_index_p216"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p216_text"> \r
1208    main2</SPAN></A><BR>\r
1209  \r
1210   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1211    /><A href="vbslib_09.html#svgcats_vml_p217" target="main" name="svgcats_index_p217"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p217_text"> \r
1212    g_fs</SPAN></A><BR>\r
1213  \r
1214   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1215    /><A href="vbslib_09.html#svgcats_vml_p218" target="main" name="svgcats_index_p218"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p218_text"> \r
1216    g_sh</SPAN></A><BR>\r
1217  \r
1218 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node219','3','',parent.main,-1);"><IMG name="node219_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
1219 ><SPAN class="sw" onclick="return sw('node219','3','vbslib_09.html#svgcats_vml_p219',parent.main,-1);"><IMG name="node219_icon" src="../files.files/t_node.gif"></SPAN\r
1220 ><A href="vbslib_09.html#svgcats_vml_p219" target="main" name="svgcats_index_p219"><SPAN class="text" name="node219_text"\r
1221\93®\8dì\83\82\81[\83h\81A\83f\83o\83b\83O</SPAN></A><BR>\r
1222 <DIV class="node" id="node219_children">\r
1223 \r
1224  \r
1225   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1226    /><A href="vbslib_09.html#svgcats_vml_p220" target="main" name="svgcats_index_p220"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p220_text"> \r
1227    g_debug</SPAN></A><BR>\r
1228  \r
1229   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1230    /><A href="vbslib_09.html#svgcats_vml_p221" target="main" name="svgcats_index_p221"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p221_text"> \r
1231    g_debug_params</SPAN></A><BR>\r
1232  \r
1233   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1234    /><A href="vbslib_09.html#svgcats_vml_p222" target="main" name="svgcats_index_p222"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p222_text"> \r
1235    g_debug_or_test</SPAN></A><BR>\r
1236  \r
1237   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1238    /><A href="vbslib_09.html#svgcats_vml_p223" target="main" name="svgcats_index_p223"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p223_text"> \r
1239    g_CommandPrompt</SPAN></A><BR>\r
1240  \r
1241   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1242    /><A href="vbslib_09.html#svgcats_vml_p224" target="main" name="svgcats_index_p224"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p224_text"> \r
1243    g_b_cscript_exe</SPAN></A><BR>\r
1244  \r
1245   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
1246    /><A href="vbslib_09.html#svgcats_vml_p225" target="main" name="svgcats_index_p225"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p225_text"> \r
1247    g_admin</SPAN></A><BR>\r
1248  \r
1249 \r
1250 </DIV>\r
1251 \r
1252 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node226','3','',parent.main,-1);"><IMG name="node226_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
1253 ><SPAN class="sw" onclick="return sw('node226','3','vbslib_09.html#svgcats_vml_p226',parent.main,-1);"><IMG name="node226_icon" src="../files.files/t_node.gif"></SPAN\r
1254 ><A href="vbslib_09.html#svgcats_vml_p226" target="main" name="svgcats_index_p226"><SPAN class="text" name="node226_text"\r
1255\83t\83@\83C\83\8b\82Ü\82½\82Í\83t\83H\83\8b\83_\82Ì\83p\83X</SPAN></A><BR>\r
1256 <DIV class="node" id="node226_children">\r
1257 \r
1258  \r
1259   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1260    /><A href="vbslib_09.html#svgcats_vml_p227" target="main" name="svgcats_index_p227"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p227_text"> \r
1261    g_vbslib_path</SPAN></A><BR>\r
1262  \r
1263   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1264    /><A href="vbslib_09.html#svgcats_vml_p228" target="main" name="svgcats_index_p228"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p228_text"> \r
1265    g_vbslib_folder</SPAN></A><BR>\r
1266  \r
1267   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1268    /><A href="vbslib_10.html#svgcats_vml_p229" target="main" name="svgcats_index_p229"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p229_text"> \r
1269    g_vbslib_ver_folder</SPAN></A><BR>\r
1270  \r
1271   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1272    /><A href="vbslib_10.html#svgcats_vml_p230" target="main" name="svgcats_index_p230"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p230_text"> \r
1273    g_IncludePathes</SPAN></A><BR>\r
1274  \r
1275   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1276    /><A href="vbslib_10.html#svgcats_vml_p231" target="main" name="svgcats_index_p231"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p231_text"> \r
1277    g_SrcPath</SPAN></A><BR>\r
1278  \r
1279   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
1280    /><A href="vbslib_10.html#svgcats_vml_p232" target="main" name="svgcats_index_p232"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p232_text"> \r
1281    g_curdir</SPAN></A><BR>\r
1282  \r
1283 \r
1284 </DIV>\r
1285 \r
1286 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node233','3','',parent.main,-1);"><IMG name="node233_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
1287 ><SPAN class="sw" onclick="return sw('node233','3','vbslib_10.html#svgcats_vml_p233',parent.main,-1);"><IMG name="node233_icon" src="../files.files/t_node.gif"></SPAN\r
1288 ><A href="vbslib_10.html#svgcats_vml_p233" target="main" name="svgcats_index_p233"><SPAN class="text" name="node233_text"\r
1289\83o\81[\83W\83\87\83\93\94»\92è\81A\8aÂ\8b«\95Ï\90\94</SPAN></A><BR>\r
1290 <DIV class="node" id="node233_children">\r
1291 \r
1292  \r
1293   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1294    /><A href="vbslib_10.html#svgcats_vml_p234" target="main" name="svgcats_index_p234"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p234_text"> \r
1295    IsDefined</SPAN></A><BR>\r
1296  \r
1297   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1298    /><A href="vbslib_10.html#svgcats_vml_p235" target="main" name="svgcats_index_p235"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p235_text"> \r
1299    g_Vers</SPAN></A><BR>\r
1300  \r
1301   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1302    /><A href="vbslib_10.html#svgcats_vml_p236" target="main" name="svgcats_index_p236"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p236_text"> \r
1303    g_cut_old</SPAN></A><BR>\r
1304  \r
1305   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1306    /><A href="vbslib_10.html#svgcats_vml_p237" target="main" name="svgcats_index_p237"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p237_text"> \r
1307    GetOSVersion</SPAN></A><BR>\r
1308  \r
1309   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1310    /><A href="vbslib_10.html#svgcats_vml_p238" target="main" name="svgcats_index_p238"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p238_text"> \r
1311    SetVar</SPAN></A><BR>\r
1312  \r
1313   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1314    /><A href="vbslib_10.html#svgcats_vml_p239" target="main" name="svgcats_index_p239"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p239_text"> \r
1315    GetVar</SPAN></A><BR>\r
1316  \r
1317   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
1318    /><A href="vbslib_10.html#svgcats_vml_p240" target="main" name="svgcats_index_p240"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p240_text"> \r
1319    SetVarBreak</SPAN></A><BR>\r
1320  \r
1321 \r
1322 </DIV>\r
1323 \r
1324   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1325    /><A href="vbslib_10.html#svgcats_vml_p241" target="main" name="svgcats_index_p241"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p241_text"> \r
1326    \83O\83\8d\81[\83o\83\8b\95Ï\90\94\82Ì\8f\89\8aú\89»\81Ag_InitializeModule</SPAN></A><BR>\r
1327  \r
1328 <IMG src="../files.files/t_vert.gif"/><SPAN class="sw" onclick="return sw('node242','2','',parent.main,-1);"><IMG name="node242_sw" class="sw_img" src="../files.files/t_minus2.gif"></SPAN \r
1329 ><SPAN class="sw" onclick="return sw('node242','2','vbslib_10.html#svgcats_vml_p242',parent.main,-1);"><IMG name="node242_icon" src="../files.files/t_node.gif"></SPAN\r
1330 ><A href="vbslib_10.html#svgcats_vml_p242" target="main" name="svgcats_index_p242"><SPAN class="text" name="node242_text"\r
1331\8f\88\97\9d\83t\83\8d\81\81ivbs_inc/setting\81j</SPAN></A><BR>\r
1332 <DIV class="node" id="node242_children">\r
1333 \r
1334  \r
1335   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_edge.gif"\r
1336    /><A href="vbslib_10.html#svgcats_vml_p243" target="main" name="svgcats_index_p243"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p243_text"> \r
1337    \90³\8fí\93®\8dì\8e\9e\82Ì\93®\8dì</SPAN></A><BR>\r
1338  \r
1339   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_spc.gif"/><IMG src="../files.files/t_last.gif"\r
1340    /><A href="vbslib_10.html#svgcats_vml_p244" target="main" name="svgcats_index_p244"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p244_text"> \r
1341    VBScript \82Ì\83G\83\89\81[\94­\90\8e\9e\82Ì\93®\8dì</SPAN></A><BR>\r
1342  \r
1343 \r
1344 </DIV>\r
1345 \r
1346 \r
1347 </DIV>\r
1348 \r
1349 <SPAN class="sw" onclick="return sw('node245','3','',parent.main,-1);"><IMG name="node245_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
1350 ><SPAN class="sw" onclick="return sw('node245','3','vbslib_10.html#svgcats_vml_p245',parent.main,-1);"><IMG name="node245_icon" src="../files.files/t_node.gif"></SPAN\r
1351 ><A href="vbslib_10.html#svgcats_vml_p245" target="main" name="svgcats_index_p245"><SPAN class="text" name="node245_text"\r
1352 > setting \83t\83H\83\8b\83_, setting_default \83t\83H\83\8b\83_</SPAN></A><BR>\r
1353 <DIV class="node" id="node245_children">\r
1354 \r
1355  \r
1356   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1357    /><A href="vbslib_10.html#svgcats_vml_p246" target="main" name="svgcats_index_p246"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p246_text"> \r
1358    vbslib \82ª\8cÄ\82Ñ\8fo\82·\83\86\81[\83U\81[\90Ý\92è\8aÖ\90\94</SPAN></A><BR>\r
1359  \r
1360   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1361    /><A href="vbslib_10.html#svgcats_vml_p247" target="main" name="svgcats_index_p247"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p247_text"> \r
1362    Setting_getIncludePathes</SPAN></A><BR>\r
1363  \r
1364   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1365    /><A href="vbslib_10.html#svgcats_vml_p248" target="main" name="svgcats_index_p248"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p248_text"> \r
1366    Setting_openFolder</SPAN></A><BR>\r
1367  \r
1368   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1369    /><A href="vbslib_10.html#svgcats_vml_p249" target="main" name="svgcats_index_p249"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p249_text"> \r
1370    Setting_getEditorCmdLine</SPAN></A><BR>\r
1371  \r
1372   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1373    /><A href="vbslib_10.html#svgcats_vml_p250" target="main" name="svgcats_index_p250"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p250_text"> \r
1374    Setting_getDiffCmdLine</SPAN></A><BR>\r
1375  \r
1376   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1377    /><A href="vbslib_10.html#svgcats_vml_p251" target="main" name="svgcats_index_p251"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p251_text"> \r
1378    Setting_getAdminUserName</SPAN></A><BR>\r
1379  \r
1380   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1381    /><A href="vbslib_10.html#svgcats_vml_p252" target="main" name="svgcats_index_p252"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p252_text"> \r
1382    Setting_buildTestPrompt</SPAN></A><BR>\r
1383  \r
1384   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1385    /><A href="vbslib_11.html#svgcats_vml_p253" target="main" name="svgcats_index_p253"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p253_text"> \r
1386    Setting_getTemp</SPAN></A><BR>\r
1387  \r
1388   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1389    /><A href="vbslib_11.html#svgcats_vml_p254" target="main" name="svgcats_index_p254"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p254_text"> \r
1390    LocalSetting_\81`</SPAN></A><BR>\r
1391  \r
1392   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
1393    /><A href="vbslib_11.html#svgcats_vml_p255" target="main" name="svgcats_index_p255"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p255_text"> \r
1394    GetExistPathInSetting</SPAN></A><BR>\r
1395  \r
1396 \r
1397 </DIV>\r
1398 \r
1399 <SPAN class="sw" onclick="return sw('node256','3','',parent.main,-1);"><IMG name="node256_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
1400 ><SPAN class="sw" onclick="return sw('node256','3','vbslib_11.html#svgcats_vml_p256',parent.main,-1);"><IMG name="node256_icon" src="../files.files/t_node.gif"></SPAN\r
1401 ><A href="vbslib_11.html#svgcats_vml_p256" target="main" name="svgcats_index_p256"><SPAN class="text" name="node256_text"\r
1402\8aJ\94­\8aÂ\8b«\91\80\8dì</SPAN></A><BR>\r
1403 <DIV class="node" id="node256_children">\r
1404 \r
1405  \r
1406   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1407    /><A href="vbslib_11.html#svgcats_vml_p257" target="main" name="svgcats_index_p257"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p257_text"> \r
1408    devenv_rebuild</SPAN></A><BR>\r
1409  \r
1410   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1411    /><A href="vbslib_11.html#svgcats_vml_p258" target="main" name="svgcats_index_p258"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p258_text"> \r
1412    devenv_build</SPAN></A><BR>\r
1413  \r
1414   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1415    /><A href="vbslib_11.html#svgcats_vml_p259" target="main" name="svgcats_index_p259"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p259_text"> \r
1416    devenv_clean</SPAN></A><BR>\r
1417  \r
1418   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
1419    /><A href="vbslib_11.html#svgcats_vml_p260" target="main" name="svgcats_index_p260"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p260_text"> \r
1420    devenv_ver_name \8aÂ\8b«\95Ï\90\94</SPAN></A><BR>\r
1421  \r
1422 \r
1423 </DIV>\r
1424 \r
1425 <SPAN class="sw" onclick="return sw('node261','3','',parent.main,-1);"><IMG name="node261_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
1426 ><SPAN class="sw" onclick="return sw('node261','3','vbslib_11.html#svgcats_vml_p261',parent.main,-1);"><IMG name="node261_icon" src="../files.files/t_node.gif"></SPAN\r
1427 ><A href="vbslib_11.html#svgcats_vml_p261" target="main" name="svgcats_index_p261"><SPAN class="text" name="node261_text"\r
1428\8aJ\94­\83T\83|\81[\83g\83c\81[\83\8b</SPAN></A><BR>\r
1429 <DIV class="node" id="node261_children">\r
1430 \r
1431  \r
1432   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
1433    /><A href="vbslib_11.html#svgcats_vml_p262" target="main" name="svgcats_index_p262"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p262_text"> \r
1434    Rekisa</SPAN></A><BR>\r
1435  \r
1436 \r
1437 </DIV>\r
1438 \r
1439 <SPAN class="sw" onclick="return sw('node263','3','',parent.main,-1);"><IMG name="node263_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
1440 ><SPAN class="sw" onclick="return sw('node263','3','vbslib_11.html#svgcats_vml_p263',parent.main,-1);"><IMG name="node263_icon" src="../files.files/t_node.gif"></SPAN\r
1441 ><A href="vbslib_11.html#svgcats_vml_p263" target="main" name="svgcats_index_p263"><SPAN class="text" name="node263_text"\r
1442\83f\83o\83b\83O, g_debug (vbslib)</SPAN></A><BR>\r
1443 <DIV class="node" id="node263_children">\r
1444 \r
1445  \r
1446   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1447    /><A href="vbslib_11.html#svgcats_vml_p264" target="main" name="svgcats_index_p264"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p264_text"> \r
1448    \83t\83@\83C\83\8b\8fo\97Í\82ð\8aJ\8en\82·\82é\83^\83C\83~\83\93\83O\82Å\83u\83\8c\81[\83N\82·\82é</SPAN></A><BR>\r
1449  \r
1450   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_edge.gif"\r
1451    /><A href="vbslib_11.html#svgcats_vml_p265" target="main" name="svgcats_index_p265"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p265_text"> \r
1452    \8fð\8c\8f\83u\83\8c\81[\83N</SPAN></A><BR>\r
1453  \r
1454   <IMG src="../files.files/t_vert.gif"/><IMG src="../files.files/t_last.gif"\r
1455    /><A href="vbslib_11.html#svgcats_vml_p266" target="main" name="svgcats_index_p266"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p266_text"> \r
1456    g_count, g_count_up</SPAN></A><BR>\r
1457  \r
1458 \r
1459 </DIV>\r
1460 \r
1461   <IMG src="../files.files/t_last.gif"\r
1462    /><A href="vbslib_11.html#svgcats_vml_p267" target="main" name="svgcats_index_p267"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p267_text"> \r
1463    \8d¢\82Á\82½\82Æ\82«\82Í\81H</SPAN></A><BR>\r
1464  \r
1465 \r
1466 </DIV></NOBR>\r
1467 \r
1468 </BODY>\r
1469 <SCRIPT type="text/javascript">\r
1470 <!--\r
1471 g_elem_ids = new Array( "",\r
1472   "svgcats_index_p1", "svgcats_index_p2", "svgcats_index_p3", "svgcats_index_p4",\r
1473   "svgcats_index_p5", "svgcats_index_p6", "svgcats_index_p7", "svgcats_index_p8",\r
1474   "svgcats_index_p9", "svgcats_index_p10", "svgcats_index_p11", "svgcats_index_p12",\r
1475   "svgcats_index_p13", "svgcats_index_p14", "svgcats_index_p15", "svgcats_index_p16",\r
1476   "svgcats_index_p17", "svgcats_index_p18", "svgcats_index_p19", "svgcats_index_p20",\r
1477   "svgcats_index_p21", "svgcats_index_p22", "svgcats_index_p23", "svgcats_index_p24",\r
1478   "svgcats_index_p25", "svgcats_index_p26", "svgcats_index_p27", "svgcats_index_p28",\r
1479   "svgcats_index_p29", "svgcats_index_p30", "svgcats_index_p31", "svgcats_index_p32",\r
1480   "svgcats_index_p33", "svgcats_index_p34", "svgcats_index_p35", "svgcats_index_p36",\r
1481   "svgcats_index_p37", "svgcats_index_p38", "svgcats_index_p39", "svgcats_index_p40",\r
1482   "svgcats_index_p41", "svgcats_index_p42", "svgcats_index_p43", "svgcats_index_p44",\r
1483   "svgcats_index_p45", "svgcats_index_p46", "svgcats_index_p47", "svgcats_index_p48",\r
1484   "svgcats_index_p49", "svgcats_index_p50", "svgcats_index_p51", "svgcats_index_p52",\r
1485   "svgcats_index_p53", "svgcats_index_p54", "svgcats_index_p55", "svgcats_index_p56",\r
1486   "svgcats_index_p57", "svgcats_index_p58", "svgcats_index_p59", "svgcats_index_p60",\r
1487   "svgcats_index_p61", "svgcats_index_p62", "svgcats_index_p63", "svgcats_index_p64",\r
1488   "svgcats_index_p65", "svgcats_index_p66", "svgcats_index_p67", "svgcats_index_p68",\r
1489   "svgcats_index_p69", "svgcats_index_p70", "svgcats_index_p71", "svgcats_index_p72",\r
1490   "svgcats_index_p73", "svgcats_index_p74", "svgcats_index_p75", "svgcats_index_p76",\r
1491   "svgcats_index_p77", "svgcats_index_p78", "svgcats_index_p79", "svgcats_index_p80",\r
1492   "svgcats_index_p81", "svgcats_index_p82", "svgcats_index_p83", "svgcats_index_p84",\r
1493   "svgcats_index_p85", "svgcats_index_p86", "svgcats_index_p87", "svgcats_index_p88",\r
1494   "svgcats_index_p89", "svgcats_index_p90", "svgcats_index_p91", "svgcats_index_p92",\r
1495   "svgcats_index_p93", "svgcats_index_p94", "svgcats_index_p95", "svgcats_index_p96",\r
1496   "svgcats_index_p97", "svgcats_index_p98", "svgcats_index_p99", "svgcats_index_p100",\r
1497   "svgcats_index_p101", "svgcats_index_p102", "svgcats_index_p103", "svgcats_index_p104",\r
1498   "svgcats_index_p105", "svgcats_index_p106", "svgcats_index_p107", "svgcats_index_p108",\r
1499   "svgcats_index_p109", "svgcats_index_p110", "svgcats_index_p111", "svgcats_index_p112",\r
1500   "svgcats_index_p113", "svgcats_index_p114", "svgcats_index_p115", "svgcats_index_p116",\r
1501   "svgcats_index_p117", "svgcats_index_p118", "svgcats_index_p119", "svgcats_index_p120",\r
1502   "svgcats_index_p121", "svgcats_index_p122", "svgcats_index_p123", "svgcats_index_p124",\r
1503   "svgcats_index_p125", "svgcats_index_p126", "svgcats_index_p127", "svgcats_index_p128",\r
1504   "svgcats_index_p129", "svgcats_index_p130", "svgcats_index_p131", "svgcats_index_p132",\r
1505   "svgcats_index_p133", "svgcats_index_p134", "svgcats_index_p135", "svgcats_index_p136",\r
1506   "svgcats_index_p137", "svgcats_index_p138", "svgcats_index_p139", "svgcats_index_p140",\r
1507   "svgcats_index_p141", "svgcats_index_p142", "svgcats_index_p143", "svgcats_index_p144",\r
1508   "svgcats_index_p145", "svgcats_index_p146", "svgcats_index_p147", "svgcats_index_p148",\r
1509   "svgcats_index_p149", "svgcats_index_p150", "svgcats_index_p151", "svgcats_index_p152",\r
1510   "svgcats_index_p153", "svgcats_index_p154", "svgcats_index_p155", "svgcats_index_p156",\r
1511   "svgcats_index_p157", "svgcats_index_p158", "svgcats_index_p159", "svgcats_index_p160",\r
1512   "svgcats_index_p161", "svgcats_index_p162", "svgcats_index_p163", "svgcats_index_p164",\r
1513   "svgcats_index_p165", "svgcats_index_p166", "svgcats_index_p167", "svgcats_index_p168",\r
1514   "svgcats_index_p169", "svgcats_index_p170", "svgcats_index_p171", "svgcats_index_p172",\r
1515   "svgcats_index_p173", "svgcats_index_p174", "svgcats_index_p175", "svgcats_index_p176",\r
1516   "svgcats_index_p177", "svgcats_index_p178", "svgcats_index_p179", "svgcats_index_p180",\r
1517   "svgcats_index_p181", "svgcats_index_p182", "svgcats_index_p183", "svgcats_index_p184",\r
1518   "svgcats_index_p185", "svgcats_index_p186", "svgcats_index_p187", "svgcats_index_p188",\r
1519   "svgcats_index_p189", "svgcats_index_p190", "svgcats_index_p191", "svgcats_index_p192",\r
1520   "svgcats_index_p193", "svgcats_index_p194", "svgcats_index_p195", "svgcats_index_p196",\r
1521   "svgcats_index_p197", "svgcats_index_p198", "svgcats_index_p199", "svgcats_index_p200",\r
1522   "svgcats_index_p201", "svgcats_index_p202", "svgcats_index_p203", "svgcats_index_p204",\r
1523   "svgcats_index_p205", "svgcats_index_p206", "svgcats_index_p207", "svgcats_index_p208",\r
1524   "svgcats_index_p209", "svgcats_index_p210", "svgcats_index_p211", "svgcats_index_p212",\r
1525   "svgcats_index_p213", "svgcats_index_p214", "svgcats_index_p215", "svgcats_index_p216",\r
1526   "svgcats_index_p217", "svgcats_index_p218", "svgcats_index_p219", "svgcats_index_p220",\r
1527   "svgcats_index_p221", "svgcats_index_p222", "svgcats_index_p223", "svgcats_index_p224",\r
1528   "svgcats_index_p225", "svgcats_index_p226", "svgcats_index_p227", "svgcats_index_p228",\r
1529   "svgcats_index_p229", "svgcats_index_p230", "svgcats_index_p231", "svgcats_index_p232",\r
1530   "svgcats_index_p233", "svgcats_index_p234", "svgcats_index_p235", "svgcats_index_p236",\r
1531   "svgcats_index_p237", "svgcats_index_p238", "svgcats_index_p239", "svgcats_index_p240",\r
1532   "svgcats_index_p241", "svgcats_index_p242", "svgcats_index_p243", "svgcats_index_p244",\r
1533   "svgcats_index_p245", "svgcats_index_p246", "svgcats_index_p247", "svgcats_index_p248",\r
1534   "svgcats_index_p249", "svgcats_index_p250", "svgcats_index_p251", "svgcats_index_p252",\r
1535   "svgcats_index_p253", "svgcats_index_p254", "svgcats_index_p255", "svgcats_index_p256",\r
1536   "svgcats_index_p257", "svgcats_index_p258", "svgcats_index_p259", "svgcats_index_p260",\r
1537   "svgcats_index_p261", "svgcats_index_p262", "svgcats_index_p263", "svgcats_index_p264",\r
1538   "svgcats_index_p265", "svgcats_index_p266", "svgcats_index_p267" );\r
1539 g_parents = new Array( -1,\r
1540   -1, -1, -1, -1,\r
1541   4, 5, 5, 5,\r
1542   5, 4, 10, 4,\r
1543   12, 12, 12, 15,\r
1544   12, 12, 4, 4,\r
1545   20, 20, 4, -1,\r
1546   24, 25, 25, 25,\r
1547   24, 29, 24, 24,\r
1548   32, 32, 24, 24,\r
1549   36, 36, 36, 24,\r
1550   40, 40, 24, 24,\r
1551   44, 44, 44, 24,\r
1552   48, 24, 50, 50,\r
1553   24, 53, 53, 53,\r
1554   24, 57, 24, 24,\r
1555   24, 61, 61, 61,\r
1556   24, 65, 65, 65,\r
1557   65, 24, 70, 70,\r
1558   70, 70, 24, 75,\r
1559   24, 77, 77, 77,\r
1560   24, 81, 81, 81,\r
1561   81, 81, -1, 87,\r
1562   87, 87, 87, 87,\r
1563   87, 87, 87, 87,\r
1564   -1, 97, 98, 98,\r
1565   98, 98, 98, 98,\r
1566   98, 98, 98, 98,\r
1567   98, 98, 98, 97,\r
1568   112, 112, 112, 112,\r
1569   112, 97, 97, 97,\r
1570   120, 97, 97, 97,\r
1571   97, 97, 97, 97,\r
1572   97, 97, 130, 130,\r
1573   130, 130, 130, 130,\r
1574   97, 97, 97, 97,\r
1575   97, -1, 142, 142,\r
1576   142, 142, 142, 142,\r
1577   142, 142, -1, 151,\r
1578   151, 153, 153, 153,\r
1579   153, 153, 153, 153,\r
1580   153, 151, 162, 151,\r
1581   151, 151, 151, 151,\r
1582   151, 151, 151, 151,\r
1583   151, 151, 151, -1,\r
1584   176, 177, 176, 176,\r
1585   176, 176, 176, 176,\r
1586   176, 176, 186, 186,\r
1587   186, 186, 186, 186,\r
1588   186, 176, 194, 194,\r
1589   194, 194, 198, 198,\r
1590   198, 198, 198, 198,\r
1591   198, 194, 206, 206,\r
1592   206, 194, 210, -1,\r
1593   212, 212, 212, 212,\r
1594   212, 212, 212, 219,\r
1595   219, 219, 219, 219,\r
1596   219, 212, 226, 226,\r
1597   226, 226, 226, 226,\r
1598   212, 233, 233, 233,\r
1599   233, 233, 233, 233,\r
1600   212, 212, 242, 242,\r
1601   -1, 245, 245, 245,\r
1602   245, 245, 245, 245,\r
1603   245, 245, 245, -1,\r
1604   256, 256, 256, 256,\r
1605   -1, 261, -1, 263,\r
1606   263, 263, -1 );\r
1607 g_flags = new Array( 0,\r
1608   1, 3, 3, 3,\r
1609   3, 3, 3, 3,\r
1610   2, 3, 2, 3,\r
1611   3, 3, 3, 2,\r
1612   3, 2, 3, 3,\r
1613   3, 2, 2, 3,\r
1614   3, 3, 3, 2,\r
1615   3, 2, 3, 3,\r
1616   3, 2, 3, 3,\r
1617   3, 3, 2, 3,\r
1618   3, 2, 3, 3,\r
1619   3, 3, 2, 3,\r
1620   2, 3, 3, 2,\r
1621   3, 3, 3, 2,\r
1622   3, 2, 3, 3,\r
1623   3, 3, 3, 2,\r
1624   3, 3, 3, 3,\r
1625   2, 3, 3, 3,\r
1626   3, 2, 3, 2,\r
1627   3, 3, 3, 2,\r
1628   2, 3, 3, 3,\r
1629   3, 2, 3, 3,\r
1630   3, 3, 3, 3,\r
1631   3, 3, 3, 2,\r
1632   3, 3, 3, 3,\r
1633   3, 3, 3, 3,\r
1634   3, 3, 3, 3,\r
1635   3, 3, 2, 3,\r
1636   3, 3, 3, 3,\r
1637   2, 3, 3, 3,\r
1638   2, 3, 3, 3,\r
1639   3, 3, 3, 3,\r
1640   3, 3, 3, 3,\r
1641   3, 3, 3, 2,\r
1642   3, 3, 3, 3,\r
1643   2, 3, 3, 3,\r
1644   3, 3, 3, 3,\r
1645   3, 2, 3, 3,\r
1646   3, 3, 3, 3,\r
1647   3, 3, 3, 3,\r
1648   2, 3, 2, 3,\r
1649   3, 3, 3, 3,\r
1650   3, 3, 3, 3,\r
1651   3, 3, 2, 3,\r
1652   3, 2, 3, 3,\r
1653   3, 3, 3, 3,\r
1654   3, 3, 3, 3,\r
1655   3, 3, 3, 3,\r
1656   2, 2, 3, 3,\r
1657   3, 3, 3, 3,\r
1658   3, 3, 3, 3,\r
1659   2, 3, 3, 3,\r
1660   2, 2, 2, 3,\r
1661   3, 3, 3, 3,\r
1662   3, 3, 3, 3,\r
1663   3, 3, 3, 3,\r
1664   2, 3, 3, 3,\r
1665   3, 3, 3, 2,\r
1666   3, 3, 3, 3,\r
1667   3, 3, 3, 2,\r
1668   3, 2, 3, 2,\r
1669   3, 3, 3, 3,\r
1670   3, 3, 3, 3,\r
1671   3, 3, 2, 3,\r
1672   3, 3, 3, 2,\r
1673   3, 2, 3, 3,\r
1674   3, 2, 2 );\r
1675 \r
1676 // -->\r
1677 </SCRIPT>\r
1678 \r
1679 </HTML>\r
1680  \r