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 bkrike 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: *

  • Users: joeyh
  • Content: Threads
  • Order by date
  1. joeyh

    Another Pulling Strings apart

    It's me again. I thought that I had solved my problem but I didn't. This is how the function looks. Function Seperate(Field) Field = Cstr(Field) RSpace = InStr(Field, " ") Field = Left(Field, RSpace - 1) Seperate = Field End Function It gives me an error saying: Invalid...
  2. joeyh

    Pulling Strings Apart

    I need to know how to pull strings apart using asp. I come from a Visual Basic background but when I use the Visual Basic way, I get an error. Here is the script I am using: Function Seperate(Field) Field = Cstr(Field) WhereSpace = InStr(Field, " ") Field = Left(Field, WhereSpace...

Part and Inventory Search

Back
Top