Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wavejunkie

    string manipulation

    I am trying to write a simple function that will return the first space character in a line of taxt. If the text does not contain a space character then the value 0 is returned. My code so far is as follows: int FirstSpace(String Line) { int Index; for(Index = 1; Index <= Length(Line)) {...

Part and Inventory Search

Back
Top