infernothebest Posted September 23, 2008 Posted September 23, 2008 (edited) does anyone know how to count Characters from a GUICtrlCreateInput? Edited September 23, 2008 by infernothebest Apple Keybord shortcuts for XP
Community On Patrol Posted September 23, 2008 Posted September 23, 2008 Hi infernothebest, Please create descriptive topics. Using one word topics makes it really difficult to use the search feature, and those that could probably answer your question will probably not even read your thread. Doing it enough could cause your posting privileges to be taken away all together, and we don't want that . Thanks.
dbzfanatic Posted September 23, 2008 Posted September 23, 2008 Something like this maybe. $string = GUICtrlRead($Input) $length = StringLen($string) MsgBox(64,"Length","Length is: " & $length) Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
infernothebest Posted September 23, 2008 Author Posted September 23, 2008 thx dbzfanatic that whas the answer for me;) Apple Keybord shortcuts for XP
dbzfanatic Posted September 23, 2008 Posted September 23, 2008 No problem . You could also do a one-liner if you wanted to. $length = StringLen(GuiCtrlRead($Input)) Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now