I know that there is a global variable FormatSettings , which is initialized by the current regional OS settings at startup. This means that when converting strings to numbers and visa verses, for example, in an xml file, you exchange files with other PCs. It may happen that such a file cannot be loaded, since lines can no longer be converted back to numbers. It depends on the DecimaleSeparator .
So my question is: is there another FormatSettings variabel globule FormatSettings that I can use to store persistent data in a text file?
Example:
FloatToStr(Value, PersistentFormatSettings);
source share