I was trying to manage notifications can with lines but without success,
the following code works well if the mold with the log function but not with notifications:
Dim T As String
T = "Row1" & Chr (13) & Chr (10) & "Row2" & Chr (13) & Chr (10)
log (T) 'Ok format
Notified.SetInfo ("Title", T, MyAct) 'only one row
the following code works well if the mold with the log function but not with notifications:
Dim T As String
T = "Row1" & Chr (13) & Chr (10) & "Row2" & Chr (13) & Chr (10)
log (T) 'Ok format
Notified.SetInfo ("Title", T, MyAct) 'only one row