Copy link to clipboard
Copied
Whats the best way to take a string containing 2 words and split it into 2 strings ?
eg. "red ferrari"
string1 "red"
string2 "ferrari"
Copy link to clipboard
Copied
I'd use list functions.
Copy link to clipboard
Copied
Something like ListFirst, ListLast ?
Copy link to clipboard
Copied
Erm yes, those are list functions.
Copy link to clipboard
Copied
If your list is always going to have exactly two words, then yes. Otherwise it depends on your requierments.