@Habibiii said in Hello, How to hide or remove Report Error?:
Can anyone help me with this part?
this cannot be done in the standard interface, it is only possible in the web interface.
@andy231 everything is work fine, you can send anything you want. https://imgur.com/a/G216e and https://imgur.com/a/Q2fLN and https://imgur.com/a/Lxo5h
@seedgg Just noticed that setting the value manually is working but i am scraping that value from a website . Sent you website url in pm . Saving the value and using it is resulting in blank .
And about encoding, it seems that its sniffer who is messing as its converting it in methodDMethodD even in your case.
Thanks for your clarification and effort .
@andy231 said in Strange error in bas:
Just noticed that setting the value manually is working but i am scraping that value from a website . Sent you website url in pm . Saving the value and using it is resulting in blank .
And about encoding, it seems that its sniffer who is messing as its converting it in methodDMethodD even in your case.
Thanks for your clarification and effort .
please
@andy231 when you parse you variable it look like :
"
Cgs5Q1o5TW9ZV0UyUg%3D%3D".
You must clean this variable from "\n". Just use block replace string with parameter "\n" as a erxpression with empty parameter. Look at the test script. Use your URL with variable here.