I suppose the hardest part is capturing the data from the user in the page the only thing I can think of is using a TEXTAREA and pulling the content apart based on chr(10)+ chr(13) for each line and a tab or space for each value per line
... and then parse each line. but it's going to be a nightmare to work out which number does what.... just my 2c barry.b -----Original Message----- From: Andrew Dickinson [mailto:[EMAIL PROTECTED] Sent: Thursday, 26 June 2003 10:05 AM To: CFAussie Mailing List Subject: [cfaussie] Re: How to cut and paste a slab of numbers ? > > I can achieve this by reading the Excel file as a source, but it's a > > bit awkward and I'd prefer something more direct. > > Why not upload it as a CSV file? and work it from there? For my purposes, that's equivalent to reading from Excel file. I'd like to be able to paste something directly onto a web interface. --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
