Code: Select all
FUNCTION Start()
PUBLIC a
// The - correct - VO dialect created code looks like: XSharp.RT.Functions.__MemVarDecl(e"a", _priv: false)
// while the Foxpro dialect created code looks like: XSharp.RT.Functions.__MemVarDecl(e"a", _priv: true)
// The VO dialect returns correctly 1, while the Foxpro dialect returns 0
? _PublicCount()
RETURN
btw. The Foxpro dialect issue is already confirmed.
regards
Karl-Heinz