Splits a space seperated string, returning an array of each word in the string.
Example:
args = SplitArgs("First second third fourth")
* = mandatory