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
thankyou
SOLVED , I USED set variable only. thanks !!
@bobbyonforum You can also use different file names like 1.txt 2.txt which contains text and then read file with thread number, example : [[THREAD_INDEX]].txt if this way fits your requirements.
@plantacja said in Hi how to get all text from add element?:
@stephenperry18 Probably it can be done much faster.. but basic solution for this is simle create resource with your 1.txt file type text -> content from resource
@stephenperry18
Probably it can be done much faster.. but basic solution for this is simle
thank you I'll try this! :)