Explain startsWith() function
Hi all, I have a requirement to check a string field (compare with another field which is on another form) and if it starts with certain word then execute a else if() block. function onLoad() { //Type appropriate comment here, and begin script...
