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. 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. 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) %> Link to comment https://forums.phpfreaks.com/topic/60181-asp-help/#findComment-299499 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.