.KeyWordIO.Strings.findInArray

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 2025-04-01T18:24:36Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos