Cool Android Phone Tips

15 Cool Android Phone Tips

Android phones dominate the cellular phones market with 2 billion monthly active devices globally.Android gained traction with device makers because it’s open source and free and Android phones have a wide variety of makes, models, and versions, and of course, the features. Google is always way ahead of other competitors in adding new features and […]

Continue Reading

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