'--- the string is created here
Dim o As StringBuilder
o.Initialize
o.Append($"g.ToastMessageShowX("Re-Starting Application...",True)"$).Append(CRLF)
o.Append($"fn.sleep(750)"$).Append(CRLF)
o.Append($"Activity.Finish"$).Append(CRLF)
o.Append($"Return"$).Append(CRLF)
'------------------------------------------------------------------------------
'------------------------------------------------------------------------------
'------------------------------------------------------------------------------
'--- this puts it into the list
Dim lstTmp As List = Regex.Split(CRLF,s)