I have an odd parser error when trying to set a property with type logical in XSharp. What's more unusual is it only occurs in VO and not with the core dialect.
EG
Code: Select all
oSentryOptions:Debug := TRUE
I've made a quick demo solution illustrating the issue: https://github.com/ch-iwi/xsharp-parser-error
Am i missing something? Or is it a bug?
Cheers