OSDN Git Service

Version 2.00
[vbslib/main.git] / _vml / 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    vbslib2</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    \90V\8bKVBS \81ivbslib \83w\83b\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 > vbs_inc</SPAN></A><BR>\r
119 <DIV class="node" id="node4_children">\r
120 \r
121  \r
122   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
123    ><A href="vbslib_01.html#svgcats_vml_p5" target="main" name="svgcats_index_p5"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p5_text"> \r
124    \83\89\83C\83u\83\89\83\8a.vbs \82Ì\83\8b\81[\83\8b</SPAN></A><BR>\r
125  \r
126   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
127    ><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
128    g_debug</SPAN></A><BR>\r
129  \r
130   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
131    ><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
132    g_vbslib_path</SPAN></A><BR>\r
133  \r
134   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
135    ><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
136    g_vbslib_folder</SPAN></A><BR>\r
137  \r
138   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
139    ><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
140    g_IncludeType</SPAN></A><BR>\r
141  \r
142   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
143    ><A href="vbslib_01.html#svgcats_vml_p10" target="main" name="svgcats_index_p10"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p10_text"> \r
144    g_CommandPrompt</SPAN></A><BR>\r
145  \r
146   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
147    ><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
148    g_IncludePathes</SPAN></A><BR>\r
149  \r
150   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
151    ><A href="vbslib_01.html#svgcats_vml_p12" target="main" name="svgcats_index_p12"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p12_text"> \r
152    g_fs</SPAN></A><BR>\r
153  \r
154   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
155    ><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
156    g_sh</SPAN></A><BR>\r
157  \r
158   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_last.gif"\r
159    ><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
160    \83O\83\8d\81[\83o\83\8b\95Ï\90\94\82Ì\8f\89\8aú\89»\81Ag_InitializeModule</SPAN></A><BR>\r
161  \r
162 \r
163 </DIV>\r
164 \r
165 <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
166 ><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
167 ><A href="vbslib_01.html#svgcats_vml_p15" target="main" name="svgcats_index_p15"><SPAN class="text" name="node15_text"\r
168 > setting \83t\83H\83\8b\83_, setting_default \83t\83H\83\8b\83_</SPAN></A><BR>\r
169 <DIV class="node" id="node15_children">\r
170 \r
171  \r
172   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
173    ><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
174    Setting_getIncludePathes</SPAN></A><BR>\r
175  \r
176   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
177    ><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
178    Setting_getEditorPath</SPAN></A><BR>\r
179  \r
180   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
181    ><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
182    Setting_getDiffPath</SPAN></A><BR>\r
183  \r
184   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_last.gif"\r
185    ><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
186    Setting_buildTestPrompt</SPAN></A><BR>\r
187  \r
188 \r
189 </DIV>\r
190 \r
191   <IMG src="../files.files/t_edge.gif"\r
192    ><A href="vbslib_01.html#svgcats_vml_p20" target="main" name="svgcats_index_p20"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p20_text"> \r
193    \83f\83o\83b\83O, g_debug</SPAN></A><BR>\r
194  \r
195 <SPAN class="sw" onclick="return sw('node21','3','',parent.main,-1);"><IMG name="node21_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
196 ><SPAN class="sw" onclick="return sw('node21','3','vbslib_01.html#svgcats_vml_p21',parent.main,-1);"><IMG name="node21_icon" src="../files.files/t_node.gif"></SPAN\r
197 ><A href="vbslib_01.html#svgcats_vml_p21" target="main" name="svgcats_index_p21"><SPAN class="text" name="node21_text"\r
198\83\86\81[\83U\83C\83\93\83^\81[\83t\83F\83C\83X</SPAN></A><BR>\r
199 <DIV class="node" id="node21_children">\r
200 \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_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
204    echo</SPAN></A><BR>\r
205  \r
206   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
207    ><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
208    echo_r</SPAN></A><BR>\r
209  \r
210   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
211    ><A href="vbslib_01.html#svgcats_vml_p24" target="main" name="svgcats_index_p24"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p24_text"> \r
212    echo_c</SPAN></A><BR>\r
213  \r
214   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
215    ><A href="vbslib_01.html#svgcats_vml_p25" target="main" name="svgcats_index_p25"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p25_text"> \r
216    echo_on, echo_off</SPAN></A><BR>\r
217  \r
218   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
219    ><A href="vbslib_01.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
220    EchoOnOff</SPAN></A><BR>\r
221  \r
222   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
223    ><A href="vbslib_01.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
224    pause</SPAN></A><BR>\r
225  \r
226   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
227    ><A href="vbslib_01.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
228    pause2</SPAN></A><BR>\r
229  \r
230   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
231    ><A href="vbslib_01.html#svgcats_vml_p29" target="main" name="svgcats_index_p29"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p29_text"> \r
232    input</SPAN></A><BR>\r
233  \r
234   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
235    ><A href="vbslib_01.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
236    SendKeys</SPAN></A><BR>\r
237  \r
238   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
239    ><A href="vbslib_01.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
240    g_CUI.m_Auto_Keys</SPAN></A><BR>\r
241  \r
242   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
243    ><A href="vbslib_01.html#svgcats_vml_p32" target="main" name="svgcats_index_p32"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p32_text"> \r
244    g_CUI.SetAutoKeysFromMainArg\81A/autokeys \83I\83v\83V\83\87\83\93</SPAN></A><BR>\r
245  \r
246   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_last.gif"\r
247    ><A href="vbslib_01.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
248    g_CUI.m_Auto_DebugCount\81A/autokeys_debug \83I\83v\83V\83\87\83\93</SPAN></A><BR>\r
249  \r
250 \r
251 </DIV>\r
252 \r
253 <SPAN class="sw" onclick="return sw('node34','3','',parent.main,-1);"><IMG name="node34_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
254 ><SPAN class="sw" onclick="return sw('node34','3','vbslib_02.html#svgcats_vml_p34',parent.main,-1);"><IMG name="node34_icon" src="../files.files/t_node.gif"></SPAN\r
255 ><A href="vbslib_02.html#svgcats_vml_p34" target="main" name="svgcats_index_p34"><SPAN class="text" name="node34_text"\r
256\83t\83@\83C\83\8b\91\80\8dì</SPAN></A><BR>\r
257 <DIV class="node" id="node34_children">\r
258 \r
259  \r
260   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
261    ><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
262    set_workfolder</SPAN></A><BR>\r
263  \r
264   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
265    ><A href="vbslib_02.html#svgcats_vml_p36" target="main" name="svgcats_index_p36"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p36_text"> \r
266    WorkFolderStack</SPAN></A><BR>\r
267  \r
268   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
269    ><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
270    cd</SPAN></A><BR>\r
271  \r
272   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
273    ><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
274    CurDirStack</SPAN></A><BR>\r
275  \r
276   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
277    ><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
278    pushd</SPAN></A><BR>\r
279  \r
280   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
281    ><A href="vbslib_02.html#svgcats_vml_p40" target="main" name="svgcats_index_p40"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p40_text"> \r
282    popd</SPAN></A><BR>\r
283  \r
284   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
285    ><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
286    copy</SPAN></A><BR>\r
287  \r
288   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
289    ><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
290    move</SPAN></A><BR>\r
291  \r
292   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
293    ><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
294    ren</SPAN></A><BR>\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_p44" target="main" name="svgcats_index_p44"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p44_text"> \r
298    SafeFileUpdate</SPAN></A><BR>\r
299  \r
300   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
301    ><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
302    del</SPAN></A><BR>\r
303  \r
304   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
305    ><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
306    del_subfolder</SPAN></A><BR>\r
307  \r
308   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
309    ><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
310    mkdir</SPAN></A><BR>\r
311  \r
312   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
313    ><A href="vbslib_02.html#svgcats_vml_p48" target="main" name="svgcats_index_p48"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p48_text"> \r
314    rmdir</SPAN></A><BR>\r
315  \r
316   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
317    ><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
318    exist</SPAN></A><BR>\r
319  \r
320   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
321    ><A href="vbslib_02.html#svgcats_vml_p50" target="main" name="svgcats_index_p50"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p50_text"> \r
322    fc</SPAN></A><BR>\r
323  \r
324   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
325    ><A href="vbslib_02.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
326    fc_r</SPAN></A><BR>\r
327  \r
328   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
329    ><A href="vbslib_02.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
330    find</SPAN></A><BR>\r
331  \r
332   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
333    ><A href="vbslib_02.html#svgcats_vml_p53" target="main" name="svgcats_index_p53"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p53_text"> \r
334    find_c</SPAN></A><BR>\r
335  \r
336   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
337    ><A href="vbslib_02.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
338    CreateFile</SPAN></A><BR>\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_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
342    ReadFile</SPAN></A><BR>\r
343  \r
344   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
345    ><A href="vbslib_02.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
346    OpenTextFile</SPAN></A><BR>\r
347  \r
348   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
349    ><A href="vbslib_02.html#svgcats_vml_p57" target="main" name="svgcats_index_p57"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p57_text"> \r
350    ReadAll</SPAN></A><BR>\r
351  \r
352   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
353    ><A href="vbslib_02.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
354    WriteVBSLibHeader</SPAN></A><BR>\r
355  \r
356   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
357    ><A href="vbslib_02.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
358    GetAbsPath</SPAN></A><BR>\r
359  \r
360   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
361    ><A href="vbslib_02.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
362    GetStepPath</SPAN></A><BR>\r
363  \r
364   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
365    ><A href="vbslib_02.html#svgcats_vml_p61" target="main" name="svgcats_index_p61"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p61_text"> \r
366    IsWildcard</SPAN></A><BR>\r
367  \r
368   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
369    ><A href="vbslib_02.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
370    ExpandWildcard</SPAN></A><BR>\r
371  \r
372   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
373    ><A href="vbslib_02.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
374    GetSubFolders</SPAN></A><BR>\r
375  \r
376   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
377    ><A href="vbslib_02.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
378    RemoveWildcard</SPAN></A><BR>\r
379  \r
380   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_last.gif"\r
381    ><A href="vbslib_02.html#svgcats_vml_p65" target="main" name="svgcats_index_p65"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p65_text"> \r
382    MeltCSV</SPAN></A><BR>\r
383  \r
384 \r
385 </DIV>\r
386 \r
387 <SPAN class="sw" onclick="return sw('node66','3','',parent.main,-1);"><IMG name="node66_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
388 ><SPAN class="sw" onclick="return sw('node66','3','vbslib_02.html#svgcats_vml_p66',parent.main,-1);"><IMG name="node66_icon" src="../files.files/t_node.gif"></SPAN\r
389 ><A href="vbslib_02.html#svgcats_vml_p66" target="main" name="svgcats_index_p66"><SPAN class="text" name="node66_text"\r
390\83v\83\8d\83Z\83X\90§\8cä\82Æ include</SPAN></A><BR>\r
391 <DIV class="node" id="node66_children">\r
392 \r
393  \r
394   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
395    ><A href="vbslib_02.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
396    start</SPAN></A><BR>\r
397  \r
398   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
399    ><A href="vbslib_02.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
400    RunProg</SPAN></A><BR>\r
401  \r
402   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
403    ><A href="vbslib_02.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
404    env</SPAN></A><BR>\r
405  \r
406   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
407    ><A href="vbslib_03.html#svgcats_vml_p70" target="main" name="svgcats_index_p70"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p70_text"> \r
408    ArgumentExist</SPAN></A><BR>\r
409  \r
410   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
411    ><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
412    call_vbs</SPAN></A><BR>\r
413  \r
414   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
415    ><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
416    include</SPAN></A><BR>\r
417  \r
418   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
419    ><A href="vbslib_03.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
420    IsDefined</SPAN></A><BR>\r
421  \r
422   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
423    ><A href="vbslib_03.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
424    Sleep</SPAN></A><BR>\r
425  \r
426   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_last.gif"\r
427    ><A href="vbslib_03.html#svgcats_vml_p75" target="main" name="svgcats_index_p75"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p75_text"> \r
428    WaitForFile</SPAN></A><BR>\r
429  \r
430 \r
431 </DIV>\r
432 \r
433 <SPAN class="sw" onclick="return sw('node76','3','',parent.main,-1);"><IMG name="node76_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
434 ><SPAN class="sw" onclick="return sw('node76','3','vbslib_03.html#svgcats_vml_p76',parent.main,-1);"><IMG name="node76_icon" src="../files.files/t_node.gif"></SPAN\r
435 ><A href="vbslib_03.html#svgcats_vml_p76" target="main" name="svgcats_index_p76"><SPAN class="text" name="node76_text"\r
436\94z\97ñ\81A\83R\83\8c\83N\83V\83\87\83\93\81A\95\8e\9a\97ñ</SPAN></A><BR>\r
437 <DIV class="node" id="node76_children">\r
438 \r
439  \r
440 <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
441 ><SPAN class="sw" onclick="return sw('node77','3','vbslib_03.html#svgcats_vml_p77',parent.main,-1);"><IMG name="node77_icon" src="../files.files/t_node.gif"></SPAN\r
442 ><A href="vbslib_03.html#svgcats_vml_p77" target="main" name="svgcats_index_p77"><SPAN class="text" name="node77_text"\r
443 > ArrayClass \83N\83\89\83X</SPAN></A><BR>\r
444 <DIV class="node" id="node77_children">\r
445 \r
446  \r
447   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
448    ><A href="vbslib_03.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
449    ArrayClass::m_Array</SPAN></A><BR>\r
450  \r
451   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
452    ><A href="vbslib_03.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
453    ArrayClass::ToEmpty</SPAN></A><BR>\r
454  \r
455   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
456    ><A href="vbslib_03.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
457    ArrayClass::Add</SPAN></A><BR>\r
458  \r
459   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
460    ><A href="vbslib_03.html#svgcats_vml_p81" target="main" name="svgcats_index_p81"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p81_text"> \r
461    ArrayClass::Push</SPAN></A><BR>\r
462  \r
463   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
464    ><A href="vbslib_03.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
465    ArrayClass::Pop</SPAN></A><BR>\r
466  \r
467   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
468    ><A href="vbslib_03.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
469    ArrayClass::Count</SPAN></A><BR>\r
470  \r
471   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_last.gif"\r
472    ><A href="vbslib_03.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
473    ArrayClass::Echo</SPAN></A><BR>\r
474  \r
475 \r
476 </DIV>\r
477 \r
478 <IMG src="../files.files/t_vert.gif"><SPAN class="sw" onclick="return sw('node85','3','',parent.main,-1);"><IMG name="node85_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
479 ><SPAN class="sw" onclick="return sw('node85','3','vbslib_03.html#svgcats_vml_p85',parent.main,-1);"><IMG name="node85_icon" src="../files.files/t_node.gif"></SPAN\r
480 ><A href="vbslib_03.html#svgcats_vml_p85" target="main" name="svgcats_index_p85"><SPAN class="text" name="node85_text"\r
481 > ArrayDictionary \83N\83\89\83X</SPAN></A><BR>\r
482 <DIV class="node" id="node85_children">\r
483 \r
484  \r
485   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
486    ><A href="vbslib_03.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
487    ArrayDictionary::m_Dic</SPAN></A><BR>\r
488  \r
489   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
490    ><A href="vbslib_03.html#svgcats_vml_p87" target="main" name="svgcats_index_p87"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p87_text"> \r
491    ArrayDictionary::ToEmpty</SPAN></A><BR>\r
492  \r
493   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
494    ><A href="vbslib_03.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
495    ArrayDictionary::Add</SPAN></A><BR>\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_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
499    ArrayDictionary::Count</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_last.gif"\r
502    ><A href="vbslib_03.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
503    ArrayDictionary::Echo</SPAN></A><BR>\r
504  \r
505 \r
506 </DIV>\r
507 \r
508   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
509    ><A href="vbslib_03.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
510    QuickSort_fromDic</SPAN></A><BR>\r
511  \r
512   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
513    ><A href="vbslib_03.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
514    QuickSort</SPAN></A><BR>\r
515  \r
516   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
517    ><A href="vbslib_03.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
518    ShakerSort_fromDic</SPAN></A><BR>\r
519  \r
520   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
521    ><A href="vbslib_03.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
522    ShakerSort</SPAN></A><BR>\r
523  \r
524   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_last.gif"\r
525    ><A href="vbslib_03.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
526    CInt2</SPAN></A><BR>\r
527  \r
528 \r
529 </DIV>\r
530 \r
531 <SPAN class="sw" onclick="return sw('node96','3','',parent.main,-1);"><IMG name="node96_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
532 ><SPAN class="sw" onclick="return sw('node96','3','vbslib_03.html#svgcats_vml_p96',parent.main,-1);"><IMG name="node96_icon" src="../files.files/t_node.gif"></SPAN\r
533 ><A href="vbslib_03.html#svgcats_vml_p96" target="main" name="svgcats_index_p96"><SPAN class="text" name="node96_text"\r
534\83G\83\89\81[\8f\88\97\9d \81iErr2\81j</SPAN></A><BR>\r
535 <DIV class="node" id="node96_children">\r
536 \r
537  \r
538   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
539    ><A href="vbslib_03.html#svgcats_vml_p97" target="main" name="svgcats_index_p97"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p97_text"> \r
540    Err2 \82Ì\83R\81[\83f\83B\83\93\83O\97á</SPAN></A><BR>\r
541  \r
542   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
543    ><A href="vbslib_03.html#svgcats_vml_p98" target="main" name="svgcats_index_p98"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p98_text"> \r
544    \83\81\83\93\83o\95Ï\90\94 (Err2)</SPAN></A><BR>\r
545  \r
546   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
547    ><A href="vbslib_03.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
548    Error</SPAN></A><BR>\r
549  \r
550   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
551    ><A href="vbslib_03.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
552    Raise</SPAN></A><BR>\r
553  \r
554   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
555    ><A href="vbslib_03.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
556    Err2::Copy</SPAN></A><BR>\r
557  \r
558   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
559    ><A href="vbslib_03.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
560    Err2::Value</SPAN></A><BR>\r
561  \r
562   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
563    ><A href="vbslib_03.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
564    Err2::Raise</SPAN></A><BR>\r
565  \r
566   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
567    ><A href="vbslib_03.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
568    Err2::OverRaise</SPAN></A><BR>\r
569  \r
570   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_last.gif"\r
571    ><A href="vbslib_04.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
572    Err2::Clear</SPAN></A><BR>\r
573  \r
574 \r
575 </DIV>\r
576 \r
577 <SPAN class="sw" onclick="return sw('node106','3','',parent.main,-1);"><IMG name="node106_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
578 ><SPAN class="sw" onclick="return sw('node106','3','vbslib_04.html#svgcats_vml_p106',parent.main,-1);"><IMG name="node106_icon" src="../files.files/t_node.gif"></SPAN\r
579 ><A href="vbslib_04.html#svgcats_vml_p106" target="main" name="svgcats_index_p106"><SPAN class="text" name="node106_text"\r
580\83e\83X\83g\81E\83v\83\8d\83\93\83v\83g (Test.vbs)</SPAN></A><BR>\r
581 <DIV class="node" id="node106_children">\r
582 \r
583  \r
584   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
585    ><A href="vbslib_04.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
586    \83e\83X\83g\81E\83t\83H\83\8b\83_</SPAN></A><BR>\r
587  \r
588   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
589    ><A href="vbslib_04.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
590    Test.vbs</SPAN></A><BR>\r
591  \r
592 <IMG src="../files.files/t_vert.gif"><SPAN class="sw" onclick="return sw('node109','3','',parent.main,-1);"><IMG name="node109_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
593 ><SPAN class="sw" onclick="return sw('node109','3','vbslib_04.html#svgcats_vml_p109',parent.main,-1);"><IMG name="node109_icon" src="../files.files/t_node.gif"></SPAN\r
594 ><A href="vbslib_04.html#svgcats_vml_p109" target="main" name="svgcats_index_p109"><SPAN class="text" name="node109_text"\r
595\83\81\83j\83\85\81[\8d\80\96Ú\82Ì\93®\8dì</SPAN></A><BR>\r
596 <DIV class="node" id="node109_children">\r
597 \r
598  \r
599   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_last.gif"\r
600    ><A href="vbslib_04.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
601    \83f\83o\83b\83O\83\82\81[\83h</SPAN></A><BR>\r
602  \r
603 \r
604 </DIV>\r
605 \r
606   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
607    ><A href="vbslib_04.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
608    \83G\83\89\81[\82ª\94­\90\82µ\82½\82Æ\82«</SPAN></A><BR>\r
609  \r
610   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
611    ><A href="vbslib_04.html#svgcats_vml_p112" target="main" name="svgcats_index_p112"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p112_text"> \r
612    \83e\83X\83g\81E\83v\83\8d\83\93\83v\83g\82Ì\93à\95\94\93®\8dì</SPAN></A><BR>\r
613  \r
614 <IMG src="../files.files/t_vert.gif"><SPAN class="sw" onclick="return sw('node113','3','',parent.main,-1);"><IMG name="node113_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
615 ><SPAN class="sw" onclick="return sw('node113','3','vbslib_04.html#svgcats_vml_p113',parent.main,-1);"><IMG name="node113_icon" src="../files.files/t_node.gif"></SPAN\r
616 ><A href="vbslib_04.html#svgcats_vml_p113" target="main" name="svgcats_index_p113"><SPAN class="text" name="node113_text"\r
617\83e\83X\83g\83^\81[\83Q\83b\83g\97p\83v\83\8d\83V\81[\83W\83\83</SPAN></A><BR>\r
618 <DIV class="node" id="node113_children">\r
619 \r
620  \r
621   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
622    ><A href="vbslib_04.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
623    Pass</SPAN></A><BR>\r
624  \r
625   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
626    ><A href="vbslib_04.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
627    Fail</SPAN></A><BR>\r
628  \r
629   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
630    ><A href="vbslib_04.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
631    Skip</SPAN></A><BR>\r
632  \r
633   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
634    ><A href="vbslib_04.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
635    ManualTest</SPAN></A><BR>\r
636  \r
637   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_last.gif"\r
638    ><A href="vbslib_04.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
639    EchoTestStart</SPAN></A><BR>\r
640  \r
641 \r
642 </DIV>\r
643 \r
644 <IMG src="../files.files/t_vert.gif"><SPAN class="sw" onclick="return sw('node119','2','',parent.main,-1);"><IMG name="node119_sw" class="sw_img" src="../files.files/t_minus2.gif"></SPAN \r
645 ><SPAN class="sw" onclick="return sw('node119','2','vbslib_04.html#svgcats_vml_p119',parent.main,-1);"><IMG name="node119_icon" src="../files.files/t_node.gif"></SPAN\r
646 ><A href="vbslib_04.html#svgcats_vml_p119" target="main" name="svgcats_index_p119"><SPAN class="text" name="node119_text"\r
647\83e\83X\83g\81E\83X\83N\83\8a\83v\83g ver2</SPAN></A><BR>\r
648 <DIV class="node" id="node119_children">\r
649 \r
650  \r
651   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_spc.gif"><IMG src="../files.files/t_edge.gif"\r
652    ><A href="vbslib_04.html#svgcats_vml_p120" target="main" name="svgcats_index_p120"><IMG src="../files.files/t_leaf.gif" class="clickable"><SPAN class="text" name="svgcats_index_p120_text"> \r
653    \90Ý\92è\83t\83@\83C\83\8b TestPrompt_Setting.vbs</SPAN></A><BR>\r
654  \r
655   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_spc.gif"><IMG src="../files.files/t_edge.gif"\r
656    ><A href="vbslib_04.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
657    RunTestPrompt</SPAN></A><BR>\r
658  \r
659   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_spc.gif"><IMG src="../files.files/t_edge.gif"\r
660    ><A href="vbslib_04.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
661    TestPrompt \83N\83\89\83X</SPAN></A><BR>\r
662  \r
663 <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_spc.gif"><SPAN class="sw" onclick="return sw('node123','3','',parent.main,-1);"><IMG name="node123_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
664 ><SPAN class="sw" onclick="return sw('node123','3','vbslib_04.html#svgcats_vml_p123',parent.main,-1);"><IMG name="node123_icon" src="../files.files/t_node.gif"></SPAN\r
665 ><A href="vbslib_04.html#svgcats_vml_p123" target="main" name="svgcats_index_p123"><SPAN class="text" name="node123_text"\r
666 > Tests \83N\83\89\83X</SPAN></A><BR>\r
667 <DIV class="node" id="node123_children">\r
668 \r
669  \r
670   <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
671    ><A href="vbslib_04.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
672    Tests::AddTestScriptAuto</SPAN></A><BR>\r
673  \r
674   <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
675    ><A href="vbslib_04.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
676    Tests::CurrentTestPriority</SPAN></A><BR>\r
677  \r
678   <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
679    ><A href="vbslib_04.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
680    Tests::DoAllTest</SPAN></A><BR>\r
681  \r
682   <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
683    ><A href="vbslib_04.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
684    Tests::DoTest</SPAN></A><BR>\r
685  \r
686   <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
687    ><A href="vbslib_04.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
688    Tests::SetCur</SPAN></A><BR>\r
689  \r
690   <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
691    ><A href="vbslib_04.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
692    Tests::IsCur</SPAN></A><BR>\r
693  \r
694 \r
695 </DIV>\r
696 \r
697 <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_spc.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
698 ><SPAN class="sw" onclick="return sw('node130','3','vbslib_04.html#svgcats_vml_p130',parent.main,-1);"><IMG name="node130_icon" src="../files.files/t_node.gif"></SPAN\r
699 ><A href="vbslib_04.html#svgcats_vml_p130" target="main" name="svgcats_index_p130"><SPAN class="text" name="node130_text"\r
700 > TestScript \83N\83\89\83X</SPAN></A><BR>\r
701 <DIV class="node" id="node130_children">\r
702 \r
703  \r
704   <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
705    ><A href="vbslib_05.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
706    TestScript::Start</SPAN></A><BR>\r
707  \r
708   <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
709    ><A href="vbslib_05.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
710    TestScript::Do_</SPAN></A><BR>\r
711  \r
712   <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
713    ><A href="vbslib_05.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
714    TestScript::Finish</SPAN></A><BR>\r
715  \r
716 \r
717 </DIV>\r
718 \r
719 <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_spc.gif"><SPAN class="sw" onclick="return sw('node134','2','',parent.main,-1);"><IMG name="node134_sw" class="sw_img" src="../files.files/t_minus2.gif"></SPAN \r
720 ><SPAN class="sw" onclick="return sw('node134','2','vbslib_05.html#svgcats_vml_p134',parent.main,-1);"><IMG name="node134_icon" src="../files.files/t_node.gif"></SPAN\r
721 ><A href="vbslib_05.html#svgcats_vml_p134" target="main" name="svgcats_index_p134"><SPAN class="text" name="node134_text"\r
722\82»\82Ì\91¼\82Ì\8aÖ\90\94</SPAN></A><BR>\r
723 <DIV class="node" id="node134_children">\r
724 \r
725  \r
726   <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_edge.gif"\r
727    ><A href="vbslib_05.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
728    CheckTestErrLevel</SPAN></A><BR>\r
729  \r
730   <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
731    ><A href="vbslib_05.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
732    ConvertToAbsPath</SPAN></A><BR>\r
733  \r
734 \r
735 </DIV>\r
736 \r
737 \r
738 </DIV>\r
739 \r
740 \r
741 </DIV>\r
742 \r
743 <SPAN class="sw" onclick="return sw('node137','3','',parent.main,-1);"><IMG name="node137_sw" class="sw_img" src="../files.files/t_minus3.gif"></SPAN \r
744 ><SPAN class="sw" onclick="return sw('node137','3','vbslib_05.html#svgcats_vml_p137',parent.main,-1);"><IMG name="node137_icon" src="../files.files/t_node.gif"></SPAN\r
745 ><A href="vbslib_05.html#svgcats_vml_p137" target="main" name="svgcats_index_p137"><SPAN class="text" name="node137_text"\r
746\8aJ\94­\8aÂ\8b«\91\80\8dì</SPAN></A><BR>\r
747 <DIV class="node" id="node137_children">\r
748 \r
749  \r
750   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
751    ><A href="vbslib_05.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
752    devenv_rebuild</SPAN></A><BR>\r
753  \r
754   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_edge.gif"\r
755    ><A href="vbslib_05.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
756    devenv_build</SPAN></A><BR>\r
757  \r
758   <IMG src="../files.files/t_vert.gif"><IMG src="../files.files/t_last.gif"\r
759    ><A href="vbslib_05.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
760    devenv_clean</SPAN></A><BR>\r
761  \r
762 \r
763 </DIV>\r
764 \r
765   <IMG src="../files.files/t_last.gif"\r
766    ><A href="vbslib_05.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
767    \8aJ\94­\83T\83|\81[\83g\83c\81[\83\8b</SPAN></A><BR>\r
768  \r
769 \r
770 </DIV></NOBR>\r
771 \r
772 </BODY>\r
773 <SCRIPT type="text/javascript">\r
774 <!--\r
775 g_elem_ids = new Array( "",\r
776   "svgcats_index_p1", "svgcats_index_p2", "svgcats_index_p3", "svgcats_index_p4",\r
777   "svgcats_index_p5", "svgcats_index_p6", "svgcats_index_p7", "svgcats_index_p8",\r
778   "svgcats_index_p9", "svgcats_index_p10", "svgcats_index_p11", "svgcats_index_p12",\r
779   "svgcats_index_p13", "svgcats_index_p14", "svgcats_index_p15", "svgcats_index_p16",\r
780   "svgcats_index_p17", "svgcats_index_p18", "svgcats_index_p19", "svgcats_index_p20",\r
781   "svgcats_index_p21", "svgcats_index_p22", "svgcats_index_p23", "svgcats_index_p24",\r
782   "svgcats_index_p25", "svgcats_index_p26", "svgcats_index_p27", "svgcats_index_p28",\r
783   "svgcats_index_p29", "svgcats_index_p30", "svgcats_index_p31", "svgcats_index_p32",\r
784   "svgcats_index_p33", "svgcats_index_p34", "svgcats_index_p35", "svgcats_index_p36",\r
785   "svgcats_index_p37", "svgcats_index_p38", "svgcats_index_p39", "svgcats_index_p40",\r
786   "svgcats_index_p41", "svgcats_index_p42", "svgcats_index_p43", "svgcats_index_p44",\r
787   "svgcats_index_p45", "svgcats_index_p46", "svgcats_index_p47", "svgcats_index_p48",\r
788   "svgcats_index_p49", "svgcats_index_p50", "svgcats_index_p51", "svgcats_index_p52",\r
789   "svgcats_index_p53", "svgcats_index_p54", "svgcats_index_p55", "svgcats_index_p56",\r
790   "svgcats_index_p57", "svgcats_index_p58", "svgcats_index_p59", "svgcats_index_p60",\r
791   "svgcats_index_p61", "svgcats_index_p62", "svgcats_index_p63", "svgcats_index_p64",\r
792   "svgcats_index_p65", "svgcats_index_p66", "svgcats_index_p67", "svgcats_index_p68",\r
793   "svgcats_index_p69", "svgcats_index_p70", "svgcats_index_p71", "svgcats_index_p72",\r
794   "svgcats_index_p73", "svgcats_index_p74", "svgcats_index_p75", "svgcats_index_p76",\r
795   "svgcats_index_p77", "svgcats_index_p78", "svgcats_index_p79", "svgcats_index_p80",\r
796   "svgcats_index_p81", "svgcats_index_p82", "svgcats_index_p83", "svgcats_index_p84",\r
797   "svgcats_index_p85", "svgcats_index_p86", "svgcats_index_p87", "svgcats_index_p88",\r
798   "svgcats_index_p89", "svgcats_index_p90", "svgcats_index_p91", "svgcats_index_p92",\r
799   "svgcats_index_p93", "svgcats_index_p94", "svgcats_index_p95", "svgcats_index_p96",\r
800   "svgcats_index_p97", "svgcats_index_p98", "svgcats_index_p99", "svgcats_index_p100",\r
801   "svgcats_index_p101", "svgcats_index_p102", "svgcats_index_p103", "svgcats_index_p104",\r
802   "svgcats_index_p105", "svgcats_index_p106", "svgcats_index_p107", "svgcats_index_p108",\r
803   "svgcats_index_p109", "svgcats_index_p110", "svgcats_index_p111", "svgcats_index_p112",\r
804   "svgcats_index_p113", "svgcats_index_p114", "svgcats_index_p115", "svgcats_index_p116",\r
805   "svgcats_index_p117", "svgcats_index_p118", "svgcats_index_p119", "svgcats_index_p120",\r
806   "svgcats_index_p121", "svgcats_index_p122", "svgcats_index_p123", "svgcats_index_p124",\r
807   "svgcats_index_p125", "svgcats_index_p126", "svgcats_index_p127", "svgcats_index_p128",\r
808   "svgcats_index_p129", "svgcats_index_p130", "svgcats_index_p131", "svgcats_index_p132",\r
809   "svgcats_index_p133", "svgcats_index_p134", "svgcats_index_p135", "svgcats_index_p136",\r
810   "svgcats_index_p137", "svgcats_index_p138", "svgcats_index_p139", "svgcats_index_p140",\r
811   "svgcats_index_p141" );\r
812 g_parents = new Array( -1,\r
813   -1, -1, -1, -1,\r
814   4, 4, 4, 4,\r
815   4, 4, 4, 4,\r
816   4, 4, -1, 15,\r
817   15, 15, 15, -1,\r
818   -1, 21, 21, 21,\r
819   21, 21, 21, 21,\r
820   21, 21, 21, 21,\r
821   21, -1, 34, 34,\r
822   34, 34, 34, 34,\r
823   34, 34, 34, 34,\r
824   34, 34, 34, 34,\r
825   34, 34, 34, 34,\r
826   34, 34, 34, 34,\r
827   34, 34, 34, 34,\r
828   34, 34, 34, 34,\r
829   34, -1, 66, 66,\r
830   66, 66, 66, 66,\r
831   66, 66, 66, -1,\r
832   76, 77, 77, 77,\r
833   77, 77, 77, 77,\r
834   76, 85, 85, 85,\r
835   85, 85, 76, 76,\r
836   76, 76, 76, -1,\r
837   96, 96, 96, 96,\r
838   96, 96, 96, 96,\r
839   96, -1, 106, 106,\r
840   106, 109, 106, 106,\r
841   106, 113, 113, 113,\r
842   113, 113, 106, 119,\r
843   119, 119, 119, 123,\r
844   123, 123, 123, 123,\r
845   123, 119, 130, 130,\r
846   130, 119, 134, 134,\r
847   -1, 137, 137, 137,\r
848   -1 );\r
849 g_flags = new Array( 0,\r
850   1, 3, 3, 3,\r
851   3, 3, 3, 3,\r
852   3, 3, 3, 3,\r
853   3, 2, 3, 3,\r
854   3, 3, 2, 3,\r
855   3, 3, 3, 3,\r
856   3, 3, 3, 3,\r
857   3, 3, 3, 3,\r
858   2, 3, 3, 3,\r
859   3, 3, 3, 3,\r
860   3, 3, 3, 3,\r
861   3, 3, 3, 3,\r
862   3, 3, 3, 3,\r
863   3, 3, 3, 3,\r
864   3, 3, 3, 3,\r
865   3, 3, 3, 3,\r
866   2, 3, 3, 3,\r
867   3, 3, 3, 3,\r
868   3, 3, 2, 3,\r
869   3, 3, 3, 3,\r
870   3, 3, 3, 2,\r
871   3, 3, 3, 3,\r
872   3, 2, 3, 3,\r
873   3, 3, 2, 3,\r
874   3, 3, 3, 3,\r
875   3, 3, 3, 3,\r
876   2, 3, 3, 3,\r
877   3, 2, 3, 3,\r
878   3, 3, 3, 3,\r
879   3, 2, 2, 3,\r
880   3, 3, 3, 3,\r
881   3, 3, 3, 3,\r
882   2, 3, 3, 3,\r
883   2, 2, 3, 2,\r
884   3, 3, 3, 2,\r
885   2 );\r
886 \r
887 // -->\r
888 </SCRIPT>\r
889 \r
890 </HTML>\r
891  \r