Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- VarType
- update
- jdbc driver
- 정규식
- 이미지가로길이
- array
- ERD
- sql업데이트
- FileSystemObject
- sql랭킹
- wap
- 자바기초
- WML
- xmldom
- inner join
- tempDB
- VARIABLE
- injection
- join
- 한글입력체크
- JavaScript
- 인젝션
- XML
- asp함수
- javascript 한글입력체크
- 이미지세로길이
- sql순위
- MSSQL보안
- instr
- SPLIT
Archives
- Today
- Total
목록핸드폰번호자리수 (1)
3초기억력
핸드폰번호 자리수 함수(ASP)
'//폰번호 11자리 중 4번째수가 0일경우 변환, 그외 에러처리 function phone_len_check(phone_num) If Len(phone_num) = 11 Then If Mid(phone_num, 4, 1) = "0" Then phone = Left(phone_num,3) & Right(phone_num, 7) Else phone = phone_num End If ElseIf Len(phone_num) > 11 Then phone = "N" Else phone = phone_num End if phone_len_check = phone end Function '//폰번호가 10자리인경우 11자리(4번째 0추가)로 강제 변환 function phones_len_check(phone_num)..
플밍_ASP
2008. 11. 12. 10:42