Forum Moderators: open
I have been using ASP a lot recently, and although new to it, i seem to be getting on quite well. However, i keep coming across some things that i just do not know what they are doing.
The latest is numbers within strings. I have seen them a lot, but i am not sure what they are doing.
An example of what i a mtrying to explain would be:
& mid(rtrim(Request("formfield")),1,50) &
I know that this string can be used to insert into a SQL server database the value from "formfeild", and that the "rtrim" is tidying white space (i think). But can anyone tell me what the 1,50 could be for? Why are numbers here? are they default ASP things?
All help appreciated.
Regards
webboy