Nice one, very useful, at least for me!
Thank's Carlo!
--
Eckhard
CH> TSE supports the compiler directive INTERNAL_VERSION since TSE v4.41.44.
CH> It enables a macro to do two things:
CH> 1.
CH> Give a useful compiler warning if the user's TSE version is too old.
CH> 2.
CH> If a new macro statement or feature does not exist yet in old TSE versions, then a work-around can be programmed specifically for those older TSE versions.
CH> For such examples of INTERNAL_VERSION's use see TSE's sort.s macro.
CH> Most TSE changes are listed in TSE's
read.me file with their version but without their internal version.
CH> From now on you can find their internal version here:
CH>
https://ecarlo.nl/tse/files/InternalVersions.html
CH> From my main TSE page
https://ecarlo.nl/tse this is accessible under "Documentation".
CH> Carlo