~Fred AsatumiburyndsAug 28, 2018, 11:19 AM107 PostsThere is no such method, but.....the same can easily be achieved using built-in LotusScript functions. ... ReDim newValues(0 to 0) As String newValues(0) = DataArray(x, 2) Call naDoc.ReplaceItemValue("ShortName", FullTrim(ArrayAppend(newValues, naDoc.GetItemValue("ShortName")))) ...
~Sanjay UmtumisonikleAug 29, 2018, 1:36 AM51 PostsRE: Insert not Append to Text ListJochen, thanks, worked perfectly!