Hello,
i have a text like this
![35263.png 35263.png](/t5/image/serverpage/image-id/35326i24E9A954062D1023/image-size/large?v=v2&px=999)
and want to extract the text after ":".
The length of the extractet text can variate. My Idea was to do this with the Mid Function like this
![35264.png 35264.png](/t5/image/serverpage/image-id/35330i43420585A0F1076E/image-size/large?v=v2&px=999)
![35265.png 35265.png](/t5/image/serverpage/image-id/35328i49DFCE31294ACF0E/image-size/large?v=v2&px=999)
but the the length is not right. I think that im using the Newline Character wrong.
I can solve the problem with
![35266.png 35266.png](/t5/image/serverpage/image-id/35327i94F0816F0FF0C8F3/image-size/large?v=v2&px=999)
But this will not work for the last entry cause i dont have a word after it like "Datum:"
I mean, i can spilt the text with NewLine() in a collection, but there must be an easier way..