I have a macro that performs a regex search in a text to find GPS coordinates.
The macro however DID work with KM 8.0.x, but now I updated to 8.2 and now it does not work. The setting says “notify on failure” but it does not notify anything, and the macro just stops without error code.
I tried to perfom this regex:
GPS-Nord: N ([4-5][0-9])(.)([0-9]{1,2})(.)([0-9]{1,2})(.)([0-9]{1,2})
on a text containing this line:
GPS-Nord: N 49°23’36.63
Obviously it is not the most elegant expression, but I just wanted to “hard code” it to this line.
But the macro does not return a result. I placed some “display text” commands before this regex, so I know it stops at the regex.