Mid(string,start,length) ;o)
Stephen ----- Original Message ----- From: "Paddy McKay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 1:15 PM Subject: [ cf-dev ] String Hi I'm having a bit of brain fade at the moment, and I hope someone can answer this fairly straighforward question. I'm reading the contents of an HTML file into a variable, and I want to display just the contents of a table within that file, i.e. strip out all the text before and after this table, including opening and closing HTML and body tags. I can get the start and end positions of the string I want to display, but I can't think what function I need to use to display it. I know I could do a loop over the string and do several hundred listdeleteat to get rid of all the elements before and after the bit I want, but this seems very inefficient. Does anyone have any bright ideas? All help appreciated. paddy ----------------- Paddy McKay Scottish Property Network [EMAIL PROTECTED] Tel: 0141 561 7300 Fax: 0141 561 7319 -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
