Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

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 !