split strings
Quote from kabilesh cobra on April 14, 2022, 1:05 pmI can't split that line as far as I know. You can split strings though.
Public Sub Form_Open()
Print "Hello " & "Hello " &
"Hello " & "Hello "End
Yes I found that if I clicked in the Title bar I did not get the 'click' so the '20' allows for that.
I find this a strange 'want'. I 'want' the window I clicked on and NOT the one that's on top of it. Have a look here. Check out a program like Shutter it does it this way.
I can't split that line as far as I know. You can split strings though.
Public Sub Form_Open()
Print "Hello " & "Hello " &
"Hello " & "Hello "End
Yes I found that if I clicked in the Title bar I did not get the 'click' so the '20' allows for that.
I find this a strange 'want'. I 'want' the window I clicked on and NOT the one that's on top of it. Have a look here. Check out a program like Shutter it does it this way.