.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-05-09T18:20:02Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos