.MetaModelica.stringDelimitList

Information

O(str)
  Takes a list of strings and a string delimiter and appends all
  list elements with the string delimiter inserted between elements.
  Example: stringDelimitList({"x","y","z"}, ", ") => "x, y, z"

Interface

function stringDelimitList
  input List<String> strs;
  input String delimiter;
  output String str;
end stringDelimitList;

Generated at 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos