Skip to content

Date and Time not being updated  #113

@luisvolkyazul

Description

@luisvolkyazul

I was trying to use TIME within BBS BASIC and within the MOS itself to update it every time I power on the unit, however the values did not reflect what was entered. Not sure if it is user error.
I am using MOS 2.0.0
VDP 2.0.1
This is the code I tried:
30 INPUT “Year:”year
40 INPUT “Month:”month
50 INPUT “Day:”day
60 INPUT “Hour:”hour
70 INPUT “Minutes:”minutes
80 INPUT “Seconds:”seconds
90 *TIME STR$(year) STR$(month) STR$(day) STR$(hour) STR$(minutes) STR$(seconds)
95 *TIME

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions