Borje Posted November 17, 2021 Share Posted November 17, 2021 (edited) Hi ; What i must do to have testing.exe or testing 1.exe convert into numbers in this case 11 numbers or 12 numbers also read every character and space in variabel $FILE = "Testing.exe" ;$FILE = "Testing 1.exe" MsgBox(4096, "Display numbers. ", $FILE) ; This is only for test ; Please if there any body can give me a example Edited November 17, 2021 by Borje Link to comment Share on other sites More sharing options...
Developers Jos Posted November 17, 2021 Developers Share Posted November 17, 2021 That is seriously the best you can do after being around for 14 years? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
water Posted November 17, 2021 Share Posted November 17, 2021 The function you need starts with String … 😃 My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsOutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiPowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - WikiTask Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs:Excel - Example Scripts - WikiWord - Wiki Tutorials:ADO - WikiWebDriver - Wiki Link to comment Share on other sites More sharing options...
mikell Posted November 17, 2021 Share Posted November 17, 2021 Shouldn't "testing 1.exe" be 13 ? Skysnake 1 Link to comment Share on other sites More sharing options...
Borje Posted November 17, 2021 Author Share Posted November 17, 2021 Yes wrong of me.. Link to comment Share on other sites More sharing options...
water Posted November 17, 2021 Share Posted November 17, 2021 Please post what you have tried so far. My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsOutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiPowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - WikiTask Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs:Excel - Example Scripts - WikiWord - Wiki Tutorials:ADO - WikiWebDriver - Wiki Link to comment Share on other sites More sharing options...
Borje Posted November 17, 2021 Author Share Posted November 17, 2021 This works for me.. $left = StringLen("Testing 1.exe") MsgBox(0, "String length is:", $left) Link to comment Share on other sites More sharing options...
mikell Posted November 17, 2021 Share Posted November 17, 2021 It works for me too ! Musashi 1 Link to comment Share on other sites More sharing options...
JockoDundee Posted November 18, 2021 Share Posted November 18, 2021 I could see this coming in handy SkysLastChance 1 Code hard, but don’t hard code... Link to comment Share on other sites More sharing options...
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