10-30-2019
08:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-30-2019
08:58 AM
Hi thnx for the input.
This is indeed a clever hack. Drawing both and keeping the shortest one.
However it doesn't work... which is weird.
I get the same behaviour with both pieces of code.
Does it work right on your machine ? Maybe I've got some obscure configuration wrong..
EDIT :
Fixed it, because of the DO WHILE you have to reset the length variables (otherwise it keeps adding itself)
Dim createdTotalLengthOne As Double = 0 Dim createdTotalLengthTwo As Double = 0
Thank you very much !