GetArgument
Gets an argument by name from the arguments passed to the command line. If the argument is not found, and empty string is returned.
Syntax
Core.GetArgument
ยท [name]
Parameters
- name
- The name of the argument to get.
Return Value
The value of the argument if the argument was found, or an empty string if the argument was not found.