Posted: 05:52pm 19 Mar 2024 |
Copy link to clipboard |
Print this post |
|
Hi, I would like to know whether the removal of the "dots" from the Dir$("*",DIR) function is intended in the newer (> 5.07) firmware versions.
'************ testdir$ ********* Print "MMBasic version:" MM.Ver Print "--------------------------------" DirName$= Dir$("*", Dir) Print DirName$
Do While DirName$<>"" DirName$ = Dir$() If DirName$<>"" Then Print DirName$ loop
Print "--------------------------------"
Output for MMBasic version: 5.0706
MMBasic version: 5.0706 -------------------------------- . .. nsa --------------------------------
Output for MMBasic version: 5.09
MMBasic version: 5.090006 -------------------------------- nsa -------------------------------- What happened to the dots and if so why? I think this doesn't make Picomites more compatible with other previous MMBasic versions.
Regards Michael Edited 2024-03-20 03:53 by twofingers causality ≠ correlation ≠ coincidence |