.ExternData.Functions.INI.getInteger

Information

If strict=true and the line being read contains more than a name=value pair this function will return an error. However, when strict=false it will return the value and ignore the rest of the line.

For example

[example_section]
name=13 ;this is a comment

In this example, if strict=true we will get an error but if strict=false it will return the value 13

Interface

pure function getInteger
  extends Interfaces.INI.getInteger;
end getInteger;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos