.MetaModelica.stringDelimitList

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 2025-09-18T18:21:15Z by OpenModelicaOpenModelica 1.25.4 using GenerateDoc.mos