Feature Peek PrimalScript 2011: Debugging with arguments
Many of the scripts you develop use command line arguments to specify data that needs to be passed to the script. In a production environment these parameters usually change for each invocation of a script.
For debugging however most developers…
Read More