|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Getting First Character from a field
I have a multi page form. On page one, the user enters their name.On page 2, I would like to give an example using only the first character in the name field. What is the code to pull just the first character?
|
|
#2
|
||||
|
||||
|
With ASP VBScript use:
Code:
<%=Left(request("formfieldname"),1)%>
__________________
-
thought-after | my thoughts on web development Get Firefox, the developers browser Budget hosting - recommended [/left] |
|
#3
|
|||
|
|||
|
Thank You!
|
![]() |
| Viewing: ASP Free Forums > Other > Programming Help > Getting First Character from a field |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|