字符串列表转数组
<h1>功能</h1>
<p>数组不能直接赋值,需要先创建字符串列表、再将字符串列表转化成数组,最后再获取由字符串列表转化而成的数组数量。</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>列表</td>
<td>List【TList<string>】要构建的字符串列表</td>
<td>列表(传入变量)</td>
</tr>
</tbody>
</table>
<h1>输出</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>数组</td>
<td>【arry of string】返回转化后的数组。</td>
<td>转数组(创建变量)</td>
</tr>
</tbody>
</table>
<h1>注意/说明</h1>
<p>1.该函数需与【构建字符串列表】、【获取数组数量】函数搭配使用。
2.将构建的字符串列表通过【字符串列表转数组】函数转化成数组,再通过【获取数组数量】函数获取转化而成的数组数量。
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/cebb7c8e39bb37757863e6f7f97829cb" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/1524a4b475ecf1c38aa8cf6b3c34933c" alt="" /></p>
<h1>相关函数</h1>
<p>【构建字符串列表】、【获取数组数量】函数</p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/e234e75b6aaa4b2351767047fb954312" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/481ee49b495045761bca1ae5f6e75839" title="[组件[字符串列表转数组1]_20210421.db">组件[字符串列表转数组1]_20210421.db</a></p>