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
- xmldom
- VARIABLE
- 이미지가로길이
- VarType
- 이미지세로길이
- FileSystemObject
- JavaScript
- join
- sql순위
- ERD
- 정규식
- injection
- XML
- wap
- 인젝션
- SPLIT
- array
- WML
- javascript 한글입력체크
- tempDB
- inner join
- MSSQL보안
- 자바기초
- instr
- jdbc driver
- sql업데이트
- update
- sql랭킹
- asp함수
- 한글입력체크
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