uncleroydee
Technical User
I have to let users update a database over the web. As part of the "select list" they will need to enter comma delimited record numbers using a text area. They will be permitted to "hand jam" the data or they can copy and paste comma delimited files from a spreadsheet or text editor into the textbox. I plan to size the textbox so they can paste up to 1,000 numbers at once.
I'm already trimming spaces and validating that the records are all numeric, but I also need to ensure that each record contains 13 characters between the commas, ensure that there is no comma after the last record, and fire an alert on errors. Does anyone have an idea, or script, for accomplishing that?
Thanks,
Roy
I'm already trimming spaces and validating that the records are all numeric, but I also need to ensure that each record contains 13 characters between the commas, ensure that there is no comma after the last record, and fire an alert on errors. Does anyone have an idea, or script, for accomplishing that?
Thanks,
Roy