摘要:
陈 斌, 高级软件工程师, IBM陈斌是来自 IBM CSTL 的高级软件开发工程师,现在负责 Lotus Domino for IBM i 的开发、支持以及团队领导工作。刘 芳 (liufang4@cnooc.com.cn), 资深互联网工程师, 中国海洋石油总公司刘芳,中国海洋石油总公司资深互联网工程师, 对 SAP 及 Domino 开发有丰富的经验陈 云, 软件工程师, IBM陈云是来自 IBM CSTL 的软件开发工程师,现在从事 Lotus Domino for IBM i 的开发和支持工作。简介:本文介绍了如何利用 LotusScript 来灵活操作 Lotus Notes 富文 阅读全文
posted @ 2011-11-15 14:42
hannover
阅读(896)
评论(0)
推荐(0)
摘要:
You want to explode a delineated string (e.g. abc; cde; gef; xyz; abc).Optionally, also get the unique values with no holes in the list...An all LotusScript explode option is just using split:linetext = "abc; cde; gef; xyz; abc"rowVals = Split(linetxt, ";")@Explode & @Trim On 阅读全文
posted @ 2011-11-15 14:40
hannover
阅读(568)
评论(0)
推荐(0)