String functions

Discussion in 'Classic ASP' started by Bruce, Feb 18, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Bruce

    Bruce DiscountASP.NET Staff

    I assumed your are using ASP, is that correct?

    Right should be a valid function. I tested it on our test account on one of the server. http://iis6hosting.com/test/righttest.asp

    Please post the URL to the page that cause the error.

    quote:Originally posted by Jenny

    I recently moved here from another site. Simply put, I have some code that lo longer works.

    s = right("test",1) 'not the actual code, but close enough :)

    Invalid procedure call or argument: 'Right'

    So, I popped in and edited the file so that it uses MID instead of RIGHT. Same error...

    Thoughts? Is there something different happening here?

    TIA



    </blockquote id="quote"></font id="quote">
     
  2. I recently moved here from another site. Simply put, I have some code that lo longer works.

    s = right("test",1) 'not the actual code, but close enough :)

    Invalid procedure call or argument: 'Right'

    So, I popped in and edited the file so that it uses MID instead of RIGHT. Same error...

    Thoughts? Is there something different happening here?

    TIA
     
  3. I just checked and everything seems to be working now. Strange.

    But if its working, I guess I don't need to worry about it. :)

    Thanks
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page