Mixtel90
 Guru
 Joined: 05/10/2019 Location: United KingdomPosts: 8756 |
| Posted: 07:04pm 22 Nov 2024 |
|
|
|
If the concept is to run an application at the command line on instruction from File Manager then it's flawed.
There can only be a single instance of MMBasic, which is running continuously. It's just that it has two forms: command line and runtime. The runtime can accept an argument when it is started from the command line but there is no point in it trying to return an argument as there is nothing to return to - at best it can END and drop out to the command line or FLASH CHAIN to another program that is also stored in flash. The runtime isn't being called at all, operation is being handed over to it. |