Javascript can't parse bitmap or enum entries
The INI format supports bitmap and enumeration keys, but the JS File ini functions do not support them.
The INI format supports bitmap and enumeration keys, but the JS File ini functions do not support them.
The way I've done it is to read the key as a string and eval() the result, assuming the OPT symbols are defined somewhere and in-scope.
changed title from Javascript can't parse bitmap entries to Javascript can't parse bitmap or enum entries
changed the description