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