Earthquake Posted September 28, 2006 Posted September 28, 2006 Hi Snipez, I just wanted to know, how to check the amount of values are inside an array: KBNummer = "Test1; Test2; Test3" ; and many more $Splitted = StringSplit ($KBNummer, "; ") Could u give me a tip? Thanks a lot, guys, you are the greatest! Earthquake Yes, I am a noob! But at least I try to learn!Moddingtech.de - Home of the german Modding-Scene!
xcal Posted September 28, 2006 Posted September 28, 2006 $splitted[0] will return the number of elements in that array. How To Ask Questions The Smart Way
Xenobiologist Posted September 28, 2006 Posted September 28, 2006 HI, or have a look at Ubound() So long, Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
Earthquake Posted September 28, 2006 Author Posted September 28, 2006 Hehe, thx! As I said... U guys are the best! Answer in less then 5 minutes!!!!! Yes, I am a noob! But at least I try to learn!Moddingtech.de - Home of the german Modding-Scene!
Xenobiologist Posted September 28, 2006 Posted September 28, 2006 (edited) HI, I think the answering time depends on the level of the question. So long, Mega Edited September 28, 2006 by th.meger Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
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