lafafmentvotre Posted December 29, 2008 Posted December 29, 2008 Hi I need a script to convert line in my input box with a special tag (<br>) in a second input box. input 1 : CODEHello Word How are you ? Thanks input 2 : CODEHello Word<br> How are you ?<br> Thanks<br> Is it possible ? Thanks for help and sorry for my bad english
Zedna Posted December 29, 2008 Posted December 29, 2008 (edited) TryStringReplace($data, @CRLF,'<br>')EDIT:$data = StringReplace($data, @CRLF,'<br>') Edited December 29, 2008 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now