partial function partialGetString extends Modelica.Icons.Function; input String varName "Key"; output String str "String value"; output Boolean exist "= true, if varName exits; = false, if it does not exist and str is set to a an empty string"; end partialGetString;