获取数组数量
<h1>功能</h1>
<p>获取数组数量ArryCount。数组不能直接赋值,需要先创建字符串列表、再将字符串列表转化成数组,最后再获取由字符串列表转化而成的数组数量。</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>数组</td>
<td>【arry of string】</td>
<td>创建变量名:arry(由字符串列表转化而来)</td>
</tr>
</tbody>
</table>
<h1>输出</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>数量</td>
<td>【Integer】</td>
<td>创建变量名:num</td>
</tr>
</tbody>
</table>
<h1>注意/说明</h1>
<p>数组不能直接赋值,需要先创建字符串列表、再将字符串列表转化成数组,最后再获取由字符串列表转化而成的数组数量。</p>
<h1>相关函数</h1>
<p>无</p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/8ca5eb33e80cfaaf3b7426400e4997bc" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/f08d031cd8a94ce911614e5542973283" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/94a5f821bf1b9134c880ebd636a60367" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/eca83fae68ba413921c0d382564d1cc0" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/41af015128083097b42197e2e6016893" title="[组件[获取数组数量函数示例]_20210413.db">组件[获取数组数量函数示例]_20210413.db</a></p>