Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
12
Task/Variables/LotusScript/variables.lotus
Normal file
12
Task/Variables/LotusScript/variables.lotus
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
Sub Click()
|
||||
'a few declarations as example
|
||||
Dim s as New NotesSession ' declaring a New NotesSession actually returns the current, active NotesSession
|
||||
Dim i as Integer ' i = 0
|
||||
Dim s as String ' s= ""
|
||||
Dim v as Variant ' v is nothing
|
||||
Dim l as Long ' l = 0
|
||||
Dim doc as NotesDocument 'doc is EMTPY
|
||||
|
||||
'...
|
||||
|
||||
End Sub
|
||||
Loading…
Add table
Add a link
Reference in a new issue