Thommy
String Append
I have the following code:
i read the lines with File.ReadAllLines in an index[i] and search for string "blablabla.2"
this is found on line 100 (example)
Now I would have to add a line after row2.withCode.
Can someone help me with that?
7 replies
✅ Reading Text in File at Position x
Hello. I would have to read the text of job_offer_data, starting with target and ending with trailer_place, from the text field.
Since the text can always be somewhere different in my text field, the method with a fixed line number doesn't work.
Can someone help me with that? With Contains I get up to the line job_offer_data but it's not clear to me how I can output the 13 lines from then on
24 replies
❔ Event Fired only 2. Time?
I have a small problem. I have a normal event handler that triggers an event. However, he only does this every 2nd time. The event is triggered, works, the next time it is triggered it doesn't work. With the 3rd it works again etc.
I thought about resetting the event. Can someone tell me if or how to solve this?
8 replies