| Yoko http://forum.yoko.com.ua/ |
|
| Evaluate these scripts please.. http://forum.yoko.com.ua/viewtopic.php?f=1&t=3025 |
Page 1 of 1 |
| Author: | pim [ 2005-02-08 17:57:37 ] |
| Post subject: | Evaluate these scripts please.. |
Hey there.. I would like you to evaluate these scripts and tell me if they are really ok This one is about separating string such as "abc cdf aaa" The output would be : sArray[0] = Count of separated strings (3 on the sample) sArray[1] = abc sArray[2] = cdf sArray[3] = aaa Code: Sub SeparateString(string,sArray) Ok, this next one is about finding a substring on a fullstring.. I haven't found any injection function for that, and then i decided to do it myself.. Example: InString("what","ha"), InString("staff","af") It returns 1 because it's found there.. Code: Sub InString(string,what) |
|
| Page 1 of 1 | All times are UTC+02:00 |
| Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |
|