I am using the put url command to retrieve the html code from a website. Is there a command to strip out the html code? I just want the text. ie. <html> <body> <b>This is an example</b> </body> </html> I would want: This is an example Thanks for any help, Warren