matherp Guru
 Joined: 11/12/2012 Location: United KingdomPosts: 11168 |
| Posted: 10:00am 17 Apr 2025 |
|
|
|
You can run subroutines in the library from the command prompt. The issue is that if one of them creates an error you will have to manually clear down any hung variables before you can use that subroutine again. This is not an issue if you run a program as that does the clear automatically. Moreover, this is nothing to do with the library. The same thing happens with a subroutine that errors in the main program space. You will not see the issue if a subroutine takes no parameters and doesn't declare any local variables Edited 2025-04-17 20:04 by matherp |