IoT-Based Smart Cities’ Vision

A smart city is a new vision for civic design and development that brings together various segments of the society through the deployment of Internet of Things (IoT) and Distributed Computing technologies on a high speed network like 5G. The aim is to integrate and manage a city’s key functions such as transportation, commerce, education, […]

Continue Reading

Lotus Script Trick: Remove The Duplicate Values From a Profile field in a Profile Document

The following function removes the duplicate values from a profile field, or any multi-value field (FieldName), in a profile document or a regular notes document. Function RemoveDuplicateValue(Source As NotesUiDocument, FieldName As String) Dim Indexresult As Variant Dim UniqueArr As VariantIndexresult=Source.Document.GetItemValue(FieldName) ”Get the field values into arrayUniqueArr= Arrayunique(Indexresult,1) ”Copy array but with unique items only. Call […]

Continue Reading