.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


CreateName method
Example

Creates a new NotesName object. When used with OLE automation, this method allows you to create a NotesName object without using the New method of NotesName.

Defined in

NotesSession

Syntax

Set notesName = notesSession.CreateName( name$ [, language$ ] )

Parameters

name$


language$
Return value

notesName


Usage

For more information, see the NotesName class.

See @Locale in the formula language for a list of language codes.

Language cross-reference

createName method in Java Session class

Example
See Also