Notice changes in a HTTP (Get)-String

Hi all,

I’m searching for a way to note changes in a String read via HTTP (Get) every second. I thought of holding the String for one second and then compare it with the new one, but I only see this possible for values, not Strings (delay, compare etc.). Is there a workaround for this?

Greets
Daniel

Change (String) might be the node you are looking for?!

but I only see this possible for values, not Strings (delay,
compare etc.). Is there a workaround for this?

You should be able to do with Strings most stuff you can do with values. Check out the Nodes S+H and Queue for storing incomming strings. I made you an example with a queue (string) .

Example.v4p (16.2 kB)

Thanks for your answers and thanks West for the example - that’s exactly what I meant.

Cheers
Daniel