rishi_1Occasional Contributor14 years agoHow to find the length of characters entered in a text box?Is there any function that can find the length of characters entered in a text box?
1 ReplyReplies sorted by Most LikedHKosovaAlumni14 years agoHi Rishi,This should give you the current text length:aqString.GetLength(textBox.wText)To get the maximum allowed text length, use the wLimit property.
HKosovaAlumni14 years agoHi Rishi,This should give you the current text length:aqString.GetLength(textBox.wText)To get the maximum allowed text length, use the wLimit property.
Recent DiscussionsCan we set sheet name in excel as active using python scriptUnable to capture objects inside iFrames in Power App using TestCompleteSymbol in Manage Org Members
Related ContentEnter at character (@) using Keys methodHow to change Content-Length?Can I use sys.clipboard to enter otherwise unsupported characters?