Add a new flag to WriteLong (+others)
Posted: Mon Aug 16, 2021 8:21 am
Just for a consideration of adding a new feature: maybe a new flag could be added to WriteLong (and others where approriate) to set Endianness. For example:
When omitted nothing changes (and is backward compatible).
Saso
Code: Select all
WriteLong (#file, value[, BE|LE])
Saso