![]() |
Forum Index : Microcontroller and PC projects : $date, $time why did not it work?
Author | Message | ||||
drkl![]() Senior Member ![]() Joined: 18/10/2015 Location: HungaryPosts: 102 |
? MM.VER 5.0405 > ? DATE$ 0 Error: Syntax > ? DATE$() 0 Error: Syntax > What do I get rid of? drkl |
||||
Quazee137![]() Guru ![]() Joined: 07/08/2016 Location: United StatesPosts: 593 |
make sure there is a space after ? try print date$ |
||||
drkl![]() Senior Member ![]() Joined: 18/10/2015 Location: HungaryPosts: 102 |
Thank You Found it. The problem occurs in MMEDIT / VT100 mode! @Tassyjim? drkl |
||||
TassyJim![]() Guru ![]() Joined: 07/08/2011 Location: AustraliaPosts: 6283 |
![]() Works for me... Jim VK7JH MMedit |
||||
Geoffg![]() Guru ![]() Joined: 06/06/2011 Location: AustraliaPosts: 3292 |
BASIC is sensitive to the placement of spaces but in the next version one of the additional features will be more tolerance for missing or extra spaces. For example, a space will not be required after a ? (the above issue) and extra spaces after an array name and before the opening bracket will not cause an error. Geoff Geoff Graham - http://geoffg.net |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |