Hi people,
this works for limiting the amount of characters/letters in the textbox
+ System: len(WhatPeopleLikeAboutMe2.Text) ≥ 528
-> WhatPeopleLikeAboutMe2: Set text to left(WhatPeopleLikeAboutMe2.Text, 528)
but how can I limit the height of the textbox? At this time they can press enter/make a new line and the textbox starts to scroll forever and ever (lol).