agon-mos
agon-mos copied to clipboard
Date and Time not being updated
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