David Rosen
New Member
I have a form with multiple textarea forms all named "txtNotes". When I use get-value("txtNotes") it builds a comma delimited string of all values. But if a comma is part of the textarea value it throws off the index using the ENTRY() function. Is there a way to either escape the commas in the values when using get-value? Or possibly use a different delimiter?