Hi!
Anybody have the “help.txt” file for MMBasic?
It is supposed to be in A:
???
Hi!
Anybody have the “help.txt” file for MMBasic?
It is supposed to be in A:
???
I do not think so. As per the official manual this is not the case. What is your question? Did you read the manual?
Well, it’s not that I have any specific questions about any command… I have the PDF manual printed and can consult it on paper…
But I find it curious/strange that you can type a command like “help print”…
And MMBasic responds about NOT find the help.txt file in A:
That’s why I’m asking… if anyone has it…?
As close as I can tell, this is an unimplemented feature, by that I mean, the command was written, but no official help.txt was ever written. However it does look like someone on the Backshed took up the project.
Thank you. Was not aware
+1
Thanks for the info!
This link comes from the official documentation: https://geoffg.net/Downloads/picomite/PicoMite_User_Manual.pdf
It’s strange that help
looks for A:/help.txt
, due to space limitations.
A better alternative is to index B:/help.txt
and create B:/help.idx
for fast lookup.