Visual Basic Code , VB.NET Code
Find Code:
  All
  VB
  VB.NET
  ASP
  ASP.NET
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Mailing List
  Link to us
 Home >> Author

 All submissions by: "MacLeod Broad"

midReturnVersion: VB.NET 2003
Author: MacLeod BroadSubmitted: 2/8/2008Views: 10211
Return the substring between two strings. For Example: the phrase "The cow likes to eat green grass in the field." midReturn("to eat "," grass", ""The cow likes to eat green grass in the field.") Would return "green"

ReplaceLineVersion: VB6
Author: MacLeod BroadSubmitted: 1/15/2008Views: 9037
Replaces a single line of a file. Perfect for making changes to ini files, cfg files, text files, etc... If the file is empty it returns Error 62 and if the line number you want to replace is out of bounds then it returns Error 32202. Usage example: Cal ...more>>
Page 1 of  1

Go to page: 1