For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
how to get values from the previous next() call
-
Hey,
I have issues with getting the some values from the last next() function call. In Detail I want to make a counter, which counts if there is a signal. If there was a Signal in the previous next() function I want to see this in the actual next() function.
best regard
Christian -
@chhrissi2909 So I want to make something like a global variable to the next function.