Task |
Author/Credits |
Date
Submitted |
Category |
# Times
Viewed |
Although I use VB's "Split" function (splits a string into an array at the delimiter you can specify), I sometimes need to overlook delimiters that are within quotations. For example:
if my list is:
apples, bananas, "mangos, kiwifruit, startfruit", oranges
and I want "mangos, kiwifruit, sta... |
Adam Wilson |
12/28/2001
|
String Handling/Manipulation
|
6546
|
this SplitMod Function allows you to specify a second delimiter that will overlook the first delimiter if it is contained within.
for example,
apples, bananas, "mangos, kiwifruit, startfruit", oranges
using VBs mod, "mangos, kiwifruit, startfruit" would be 3 separate items. Splitmod will tr... |
Adam Wilson |
12/28/2001
|
String Handling/Manipulation
|
5509
|
Code to display column name,size,date created,datatype,defined size for any database using Adox |
Sachin Pendgaonkar
|
12/29/2001
|
Active Server Pages
|
5553
|
Scrolling Text On Form |
Kalpesh Patel |
12/29/2001
|
Forms
|
8106
|
From this code we will get a Harddisk serialNumber and Modelnumber.
Because of Each harddisk has a unique serialno,We can use this serialno
to protect any application from other harddisks if the HDDserialno is not match
then exit from the application
|
Dharmesh Hirpara |
12/29/2001
|
API Call
|
13936
|
Generates a random alphanumeric string of user controlled length.
Usage:
MsgBox RandomString(50)
would return a 50 character random string.
|
Denis Petrusenko |
12/29/2001
|
Other
|
5441
|
You Can Use It As A Word Proccessor. |
Mykel aka EaSt' |
12/29/2001
|
Database
|
7042
|
just a little program that shows you how to use the omega sound wave components
in your very own little wav player(very easy only 2 lines of code short code ) |
dr bone |
12/31/2001
|
Music/Sounds
|
6538
|
|