mdijkens
mdijkens
When I start a compiled program and specify a command parameter with wildcards like 'd:\dev\\*.BAS' the parameter is immediately parsed and my _Commandcount is over a hundred containing all individual...
### Is there an existing issue for this? - [X] I have searched the existing open and closed issues and I checked the docs https://github.com/jokob-sk/NetAlertX/tree/main/docs ### Current Behavior Since migrated...
**Describe the bug** When (re)assigning a string variable with a large string (>1GB) after a few times program crashes **To Reproduce** Steps to reproduce the behavior: c$=space$(1123123123) c$=space$(1123123123) c$=space$(1123123123) c$=space$(1123123123)...