hercules-390 / hyperion

Hercules 390
Other
246 stars 69 forks source link

Date and Time are Undocumented HERCLOGO Variables #281

Closed Neo-Desktop closed 4 years ago

Neo-Desktop commented 4 years ago

Just a heads up, the following variables are not defined in the HERCLOGO Readme

The links show how they're implemented in hscutl.get_symbol()

Variable Name Date Time
HERCLOGO Statement $(DATE) $(TIME)
strftime() format %Y%m%d %H%M%S
logical evaluation YYYYMMDD HHMMSS
Example 20200321 153336
Neo-Desktop commented 4 years ago

Furthermore, $(DATE) and $(TIME) don't show up in DEFSYM $(CUU), $(CCUU), and $(DEVN) do, however

Fish-Git commented 4 years ago

FYI:

https://github.com/SDL-Hercules-390/hyperion/blob/master/readme/README.HERCLOGO.md

Fish-Git commented 4 years ago

FYI #⁠2:

hercules-390/hyperion is commonly considered to be a dead Hercules project (no longer actively maintained).

SDL-Hercules-390/hyperion however, is not, and is commonly considered to be the only actively maintained Hercules project currently in existence.

Neo-Desktop commented 4 years ago

Awsome thank you Fish