I've got a problem reading boolean-values from an ini-file. If I use the action 'read ini file' I always get the default-value instead of the value that is in the ini-file.
If I use 'load variable from ini' everything is fine.
This is actually not a bug, the windows ini file api’s do not handle true or false as boolean values, only 1 or 0. If you change the action to read the value as a string then Automise will actually interpret it as a boolean value.