Upon further investigation, I found a solution:
var nameArray = this.rawValue.split(" ");
TextField2.rawValue = "Hello " + nameArray[0];
Credit to dperani70& aks@lcin a different thread. I hope this helps someone else in the future!
Upon further investigation, I found a solution:
var nameArray = this.rawValue.split(" ");
TextField2.rawValue = "Hello " + nameArray[0];
Credit to dperani70& aks@lcin a different thread. I hope this helps someone else in the future!