04-26-2025, 01:37 PM
Forgive my ignorance, but what are &H &B and &O?
Is there some bug where VAL doesn't work on long variables named H, B or O?
But more importantly, if VAL ignores type symbols and only returns unsigned, what good is it? It sounds broken. In the past, I assumed VAL would correctly cast to whatever type the target variable was? Should we just use _CAST for that?
Is there some bug where VAL doesn't work on long variables named H, B or O?
But more importantly, if VAL ignores type symbols and only returns unsigned, what good is it? It sounds broken. In the past, I assumed VAL would correctly cast to whatever type the target variable was? Should we just use _CAST for that?

