摘要:选择和循环语句1.if语句if condition1 then statement1elseif condition2 then statement2else statement3end if2.select case语句select case selectexprCase conditionList StatementsC...
阅读全文
posted @ 2008-12-05 13:20
随笔分类 - LotusScript学习
LotusScript学习
摘要:选择和循环语句1.if语句if condition1 then statement1elseif condition2 then statement2else statement3end if2.select case语句select case selectexprCase conditionList StatementsC...
阅读全文
posted @ 2008-12-05 13:20
摘要:一.注释 注释在程序运行中并不执行,只是让程序员在编写程序的时候添加的一些标记性的文字,但他的作用可不容忽视,在编写一个程序模块时说明这个模块的功能、作用、创建时间、作者等,这对以后的维护大有好处。一般在用户的脚本中插入头信息是一个不错的想法,如下事例:‘Script name: Connect internet‘Author: jamesdong‘L...
阅读全文
posted @ 2008-12-05 13:05
摘要: Option Public· 声明在当前模块中,未指定继承属性声明的变量皆为Public 类型 2.Option Declare禁止隐含声明 3.Option Compare NoCase [Case, Pitch, NoPitch]声明使得:“=”, Like, InStr(), StrCompare(...
阅读全文
posted @ 2008-12-05 12:36
|
||