What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of
427,074 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are
2,310 IT professionals currently interacting right now!
Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Swaps Two Elements Of An Array (So that say, indice1's value would become indice2's value, and vice versa). Simple Code Piece Really...
(View Snippet) Another Small And Simple Function To Take Each Character of a string, and put it into an Array, This helps significantly when you need to sift through a string. This Function Uses The spush (String Push) Function, Also In Code Snippits.
(View Snippet) The Relative of push is pop. Pop removes the last item in an Array, and returns the value into a single (scalar) variable. Again, due To VB Limitations, this one works on strings.
(View Snippet) Simple Function To Simulate The Push Command, due to VB's limitations, This one is Specific To Strings. (Simple enough to modify for integers or variants, etc)
(View Snippet) A Simple Function To Generate A Random Password Of A Given Set Of Characters
(View Snippet)