Hello, i was wondering if there is some built in function to get a month's name, using the month's number as a parameter.
Current we use one of the following:
-Use an inline table at the end of the program.
-Have a built in table in a file, using chain to find the month
-Built in data structure and overlay
Is there something like name = month(1); to return the name? I tried to look inside the ile reference to no avail.
Current we use one of the following:
-Use an inline table at the end of the program.
-Have a built in table in a file, using chain to find the month
-Built in data structure and overlay
Is there something like name = month(1); to return the name? I tried to look inside the ile reference to no avail.




Comment