Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for Markus13
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #288669 |
Hi Dirk,
you help me with your piece of code a lot. I have one problem: One character I have to search for is " (ASCII 34)
I tried countOccurrences(ThisComponent.Text.String,Chr(34)) or
+countOccurrences(ThisComponent.Text.String,"""") '(4x ")
or +countOccurrences(ThisComponent.Text.String,""") '... (more) |
— | about 1 year ago |