Recent content by David Rosen

  1. David Rosen

    get-value of like-named form input with commas?

    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...
Back
Top