codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:

Home > Visual Basic > Visual Basic String Manipulations 
Sort by :


1-20 of 63 Visual Basic String Manipulations sites are shown.

 • Complete Text Editor based on TextPad    Votes:177   Hits:4823 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
ElitePad is complete word processing application. It has all standard and advanced functions needed by any Text Editor. It has more functions than Windows WordPad

 • Print Text into a Picture Box Allowing for Differe    Votes:184   Hits:4699 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
Finds the most appropriate font size to display a piece of Text in a PictureBox. Allows user to determine the Alignment of the text (Left, Right, Centre or Full justification). Options to include a drop shadow, and the direction of the shadow are also included. Includes demo project with example

 • ASCII Code Generator    Votes:176   Hits:6212 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
This is a small program that displays the ASCII value of each key as you press it. Comes in very handy when writing a program where you need the ASCII value.

 • ASCII to Character Code Conversion Chart    Votes:173   Hits:6190 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
In addition to providing a handy ASCII to character code conversion chart, this demo shows how to print/view a report page using picture boxes, setting up headers, columns and rows.

 • Convert an Integer Number to Text in French    Votes:150   Hits:3456 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
Convert an Integer Number to Text in French

 • Convert Null Values From a RecordSet into Strings    Votes:177   Hits:4656 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
When assigning string values from a recordset that can be null, append a zero-length string to them. This makes them no longer null, and doesn't modify correctly populated strings

 • Convert Null Values into Strings    Votes:176   Hits:4902 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
This function is useful for avoiding the invalid use of null error when reading values for a database resultset.

 • Convert Numbers and Currency Values to English    Votes:181   Hits:4680 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
The function NumToString writes out any number, up to about 920 trillion, the limit of the Currency variable type, in English words. It only writes out the integer portion of the number. The DollarToString function does the same, but places the word dollars after the string and also writes out the fractional part of the value as the cents

 • Count the Number of Occurrences of a Character Seq    Votes:186   Hits:7558 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
Count the Number of Occurrences of a Character Sequence in a String

 • Counting Fields in a Delimited String (or Words in    Votes:178   Hits:5837 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
This routine was written when I was handling a series of comma delimited files (of varying sizes). I used the vb line input statement to read a line from the file into memory, and needed to be able to determine how many fields (separate data items were in it).

 • Compress and Decompress Strings    Votes:188   Hits:5825 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
Zlib Wrapper is a Visual Basic module that wraps the Zlib DLL. It allows you to compress and decompress strings. This is useful for manipulating and transmitting long string data, such as large text strings sent over the Internet.

 • Create Random Character Data    Votes:184   Hits:4288 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
This module contains functions for building randomly generated strings. You can control the length of the string as well as whether or not only printable characters are used. Also contains algorithms for seeding the random number generator which are better than the standard Randomize Timer

 • Credit Card Validation Module    Votes:176   Hits:4078 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
A module for validating credit cards. The string may have spaces or dashes. Also includes a function for determining the credit card type (Visa, MasterCard, Discover, American Express).

 • Delete Unwanted Characters from the Right or Left    Votes:179   Hits:7034 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
A function to allow you to delete unwanted characters from the right or left of a string

 • Determine if a single character is alphanumeric    Votes:167   Hits:4549 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
For faster response time, put the one-liner in code, rather than calling a function.

 • Enhancement of VB6's Split and Join Functions    Votes:161   Hits:6548 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
This module includes a replacement for the split and join functions in VB6. They allow you to use multiple delimiters and include escape characters, so you can specify when to include the delimiter as part of the the array that is created via split or joined into a string

 • Extract Text Within Tags    Votes:175   Hits:6486 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
This is a function which will extract text within a string given a start and end tag.

 • Implement VB6 string functions in VB5    Votes:141   Hits:2923 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
Visual Basic 6 has five intrinsic string functions not available to programmers using Visual Basic 5: InStrRev, Join, Split, Replace, and Reverse

 • Increment a Text String (from ABY to ABZ to AZA et    Votes:141   Hits:3101 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
It is sometimes desirable to generate a string analog to the autonumber, that is, have a way of "incrementing" a text string. This might be useful if, for instance, you have a database field that (a) is textual, (b) has to be unique, and (c) has to be generated programmatically as you add a new record.

 • InStrRev for VB5    Votes:140   Hits:2327 Rate this site
      write a review | read reviews | report errors |    freevbcode.com More visual_basic articles
In VB6 and up, the InstrRev function returns the position of an occurrence of one string within another, with the search starting from the end of string. This function does the same thing for VB5.

            
       
 






CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
• C++
• Re: refresh parent after closing pop up window
• Dynamic Insertion
• Date and Time function around the world???
• Significant Factors
• Perl array access
• Re: huffman encoding and decoding in C++...
• Perl One Liner: Replace {(
• Re: html including php, accessing the functions


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2009