crazysaint Posted July 16, 2007 Share Posted July 16, 2007 am not sure if am posting this in the right place but i need abit of you guys help here. i want to write a code that will print the string "ASPSTRINGCODE" but one character less using ASP. Quote Link to comment https://forums.phpfreaks.com/topic/60181-asp-help/ Share on other sites More sharing options...
ToonMariner Posted July 16, 2007 Share Posted July 16, 2007 your right this is not the right place - this should be on an asp forum. but <% response.write ("I need to read about which forum is for what"); %> may help you in more ways than one. Quote Link to comment https://forums.phpfreaks.com/topic/60181-asp-help/#findComment-299384 Share on other sites More sharing options...
trq Posted July 16, 2007 Share Posted July 16, 2007 <% s = "ASPSTRINGCODE" response.write left(s,-1) %> Quote Link to comment https://forums.phpfreaks.com/topic/60181-asp-help/#findComment-299499 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.