Additional Constants - #EOL$, #SOC, #SOI
Posted: Fri Jun 08, 2018 4:32 am
With V5.70 we got some new nativ constants:
Would be nice if they could be extended a bit with:
Code: Select all
- Added: #PS, #NPS, #PS$ and #NPS$ constants (Path seperator character depending of the OS)
Code: Select all
#EOL$ ; EndOfLine, depending on the used OS (#CR$, #LF$, #CRLF$)
#SOC ; a shortcut for SizeOf (Character)
#SOI ; a shortcut for SizeOf (Integer)