构建字符串列表
<h1>功能</h1>
<p>CreateStringList 创建字符串列表。</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>文本</td>
<td>【字符串】要输入字符串列表内容。</td>
<td>'姓名,年龄,岗位'</td>
</tr>
<tr>
<td>分隔符</td>
<td>【字符串】字符串列表的分隔符。</td>
<td>‘,’</td>
</tr>
</tbody>
</table>
<h1>输出</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>列表</td>
<td>【TList<string>】输出分隔字符串列表。</td>
<td>列表(创建变量)</td>
</tr>
</tbody>
</table>
<h1>注意/说明</h1>
<p>1.该函数与【遍历循环】函数搭配使用,将分隔出的字符串遍历出来。
2.用【日志消息】函数将遍历出来的字符串显示在控制台上,遍历的索引从0开始。
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/ae2c98271419c38293faecf1ef1f8478" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/a7181dcd2545c75e06c640ed183d8d2c" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/fc2c631ad46241eab111410231ab2dca" alt="" /></p>
<h1>相关函数</h1>
<p>【遍历循环】函数</p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/cbbc94301d9f04ee22f68e53f4f5200b" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/661ae33e4602b5d65a6a139eb0271759" title="[组件[构建字符串列表]_20210420.db">组件[构建字符串列表]_20210420.db</a></p>