Page 1 of 1

Add a new flag to WriteLong (+others)

Posted: Mon Aug 16, 2021 8:21 am
by miskox
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:

Code: Select all

WriteLong (#file, value[, BE|LE])
When omitted nothing changes (and is backward compatible).

Saso