PDA

View Full Version : String functions


bruce
02-18-2004, 03:53 AM
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.

[b]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">

Jenny
02-18-2004, 11:59 AM
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

Jenny
02-25-2004, 02:51 AM
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