.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-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos