Label Widget in Blync.Console

Hello,
I have simple Label widget in Console.
DataStream = V2, Data Type = String.
image
Then I do

Blynk.virtualWrite(V2,"Hello World");

I get as expected:
2
Then I want to erase this message by sending

Blynk.virtualWrite(Task->param," ");   // string consists of 1 space character

I get:
3

This is digit ‘0’
What is wrong ?

Excuse me, Task->param is 2, so blank message should go to V2

Just refresh the page. After refreshing the page, it should look like this.

Have you tried a different browser ?

I am using Chrome ver 106.0.5249… 64 bit, refreshing page does not help
Checked with Edge 106.0.1370… 64 bit, the same

Hi,

Please check if you are using “invalidation” in your datastreams settings.

I am using NodeMCU with Arduino IDE and Blynk library v.1.1.0

No invalidation in DS settings