Search found 4 matches

by Linus0000
Wed May 22, 2024 11:05 am
Forum: General
Topic: xString - Problem with extracting from string
Replies: 6
Views: 20688

xString - Problem with extracting from string

Ok, that was new for me. I was always confused, why there is a % in the end of the line.

Thanks for you support :)
by Linus0000
Tue May 21, 2024 3:14 pm
Forum: General
Topic: xString - Problem with extracting from string
Replies: 6
Views: 20688

xString - Problem with extracting from string

Hey, this has worked. But one last question to the format. The Problem I have is, that I do not want this empty spaces between e.g. "Tab1:" and the other text behind, or the output of \nr. I tried to fix this by compressing the code (which made the spaces smaller but did not erase completely, and it ...
by Linus0000
Thu May 16, 2024 9:44 am
Forum: General
Topic: xString - Problem with extracting from string
Replies: 6
Views: 20688

xString - Problem with extracting from string

First of all, thanks for that fast help. But my problem is then not fully solved. So when I understand correctly, I need to know the position inside of the String. But thats no information I have for the application I want to do.

My goal is to implement a new commmand, which every time I use it ...
by Linus0000
Wed May 15, 2024 4:24 pm
Forum: General
Topic: xString - Problem with extracting from string
Replies: 6
Views: 20688

xString - Problem with extracting from string

Hey everyone,

My problem is, that I want give strings a number. This works well. The problem with that is, that I'm not able to read back the given numbers for each string. I can only read back the number of the first entry, not the last both even. The Problem seems to be the read out, because the ...