Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi I am not able to find a replace function so it will replace text from a given text or variables. Please provide some solutions. Thanks
Tools -> Replace String
Thanks @UA, Also how can i use javascript functions with BAS variables? can you given an example ? Thanks
@niceusername Here is an example of a substitution on js test replace.xml
@Fox Thank you
@Melinda said in Change the text "Thread succeeded with message":
Is it possible to do it?
No, this can only be changed when using the web interface.
@GhostZ Many many thanks Friend this solve the issue. Thanks again.
@support_dan
but I pasted variable that contains: word1 word2 word3
if I used your modification, it would be wordword2word3 BREAKLINE
Anyway thanks, I have done it already with lists.
alt text
so variable: word1 word2 word3
is saved as: word1word2word3
then I read it from file as list and save to file as list, and its: word1 word2 word3