Matanel325
(Matanel Shmailov)
September 11, 2020, 11:16am
#1
there is an extension or something else for that?
i want to do something only when user removed some text (not when he typing, only when delete it)
thanks
Hi @Matanel325 ,
It’s always better to search before asking
Ok,You need to have initialize a new var named OldLength…As you will use it later…Then create an if then statement : if OldLength > Textbox1.length than add 1 to the length var…Else subtract on of the length var and do the same when you want to add 5 ( if line break detected )…
Last important thing…At the end of the OnTextChanged event : set the OldLength var to TextBox1.length…So it get updated every time…That’s it
Matanel325
(Matanel Shmailov)
September 11, 2020, 11:35am
#3
I tried to understand, but i not
here my blocks, can you help me to correct what i want?
You can try this blocks:
I made it a little bit different but it works.
Thank you very much for your help!
[recx4]