Pierre Muller wrote:
- Pascal type hexadecimal constants are not supported because they conflict with the internal variables format;
I suppose this is referring to the BP syntax ($ab). How about the EP syntax (16#ab -- also for any other base between 2 and 36)?
If BP syntax can't be supported, EP syntax might be a possibility even for programmers used to BP (besides offering more flexibility).
Frank