.KeyWordIO.Strings.findInArray

Information

Find string in string array

Interface

function findInArray
  extends Modelica.Icons.Function;
  input String string[:] "String array";
  input String searchString "Search string";
  input Integer startIndex = 1 "Start index to search within string";
  output Integer index "Array index of string found in array (0=not found)";
end findInArray;

Generated at 2024-04-24T18:15:52Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos