Date@

Result = Date@ ( Pointer )

Returns the Date value stored at the memory address specified by Pointer.

If the memory address is unreadable, a Bad argument (20) error is raised.

Result = Date@ ( String )

Return the Date value stored in the eight first characters of String.

If the string does not have at least eight characters, either a Bad argument (20) error is raised or an undefined result is returned.

Date@ (assignment)

Since 3.18

Date@ ( Pointer ) = Result

Store a Date value at the memory address specified by Pointer.

If the memory address is unreadable, a Bad argument (20) error is raised.

See also