.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-03-30T18:24:30Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos