CodePage
CodePage is the code page of the connection associated with this lsxECLPS object. The CodePage property is a Long data type, is read-only and cannot be changed through this LotusScript interface. However, the code page of a connection may change if the Personal Communications connection is restarted with a new configuration (see lsxECLConnMgr Class for information about starting a connection). The following example shows this property.
' Create an lsxECLPS object associated with connection A
dim myPSObj as new lsxECLPS("A")
dim myCodePage as Long
' Get the code page for connection A
myCodePage = myPSObj.CodePage