I'm new to Life Cycle Designer and need help with the following script:txtComments.rawValue = Page1.Com1.rawValue + "\n" + Page1.Com2.rawValue + "\n" + Page1.Com3.rawValue;What I'd really like to do is create an array/function that concatenates the fields titled Com* if there is data in these fields...