Closed cpyrgas closed 1 year ago
Actually the UDC from X# is also included in VO. But VO also includes the extended version, which should include also in X#
Chris,
The VO UDC is a bit different . The </file/>
and <$fo$>
markers are VO UDC specific and do not exist in the preprocessors of other languages.
Confirmed fixed
https://www.xsharp.eu/forum/italian/3218-everything-works?start=20#24311
The INDEX ON command in dbcmd.xh is missing several clauses, as it is defined simply as
I took the definition from VO:
This results in X# to error XS9003: Pre-processor: Result Marker 'file' not found in match list After removing the backslashes from
[TO </file/>] ;
, then another error is reported: error XS9002: Parser: unexpected input '$' And after removing the dollar signs fromOrdCondSet( <$fo$>, <{fo}>, ;
, now it seems to work as expected!Not very familiar with the details of the preprocessor, should those be supported as in VO?