Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 'cara mendapatkan file attachements di dalam document menggunakan Lotus Script
- Dim ses As New notessession
- Dim doc As notesdocument
- dim varAttach as Variant
- Set doc = ses.documentcontext
- varAttach = Evaluate(|@AttachmentNames|, doc)
Add Comment
Please, Sign In to add comment